Matthew Holden

3个pod
MBDebugPanel提供了一种简单的方法来嵌入一组仅限开发模式的功能(尽管您真的很想将其与应用程序一起打包)。
它就像Konami代码,但适用于您的应用程序。
软件许可证: MIT
[[myObject debounceWithDelay:5] doSomething:@1]; [[myObject debounceWithDelay:5] doSomething:@2]; [[myObject debounceWithDelay:5] doSomething:@3];
// ^ 在此序列中,我的对象仅接收最终发送的消息,在5秒延迟后接收@3
作为doSomething
参数。
软件许可证: MIT