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: about 1 year ago
JSON representation

Sample code showing how to record and replay messages in Objective-C.

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