Matthew Holden

3个pod

MBDebugPanel

MBDebugPanel提供了一种简单的方法来嵌入一组仅限开发模式的功能(尽管您真的很想将其与应用程序一起打包)。

它就像Konami代码,但适用于您的应用程序。

软件许可证: MIT

  • Objective C

MFHMessageDebouncer

[[myObject debounceWithDelay:5] doSomething:@1]; [[myObject debounceWithDelay:5] doSomething:@2]; [[myObject debounceWithDelay:5] doSomething:@3];

// ^ 在此序列中,我的对象仅接收最终发送的消息,在5秒延迟后接收@3作为doSomething参数。

软件许可证: MIT

  • Objective C

MFHWireframes

为您的UIViewControllers提供决策和上下文数据

软件许可证: MIT

  • Objective C