Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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