Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zoul/messagerecorder
Sample code showing how to record and replay messages in Objective-C.
https://github.com/zoul/messagerecorder
Last synced: 10 days ago
JSON representation
Sample code showing how to record and replay messages in Objective-C.
- Host: GitHub
- URL: https://github.com/zoul/messagerecorder
- Owner: zoul
- Created: 2012-05-25T07:25:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-25T07:29:13.000Z (over 12 years ago)
- Last Synced: 2023-04-19T04:16:34.253Z (over 1 year ago)
- Language: Objective-C
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple code showing how to record messages sent to an object and replay them
on a different target. Written as sample code for a [Stack Overflow question][1].[1]: http://stackoverflow.com/questions/10739956