CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

Matthew Holden

3pods

MBDebugPanel

MBDebugPanel offers a simple way to embed a set of dev-mode-only features (Though you could ship it with your app if you really wanted to.)

It's like the Konami code, but for your app.

License: MIT

  • Objective C

MFHMessageDebouncer

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

// ^ my Object only receive the final message send in this sequence, // receiving @3 for the doSomething argument, after a 5 second delay.

License: MIT

  • Objective C

MFHWireframes

Decisionmaking and contextual data for your UIViewControllers

License: MIT

  • Objective C