Apple’s new Objective-C to Javascript Bridge -
A few month back, Apple quietly slipped a very nice Objective-C to Javascript bridge into WebKit.
iMAS - iOS Mobile Application Security -
iMAS is a set of security components for iOS
Asserts are a powerful tool for building quality code, but they’re often poorly understood. Today, I want to discuss the various options for writing asserts in Cocoa apps and the best ways to use them, a topic suggested by reader Ed Wynne.
ArgumentParser - Faster, easier, more declarative parsing of command line arguments in Objective-C/Foundation.
Spoofing Location Services in Your iOS Apps -
Of all the instruments available on the iPhone, GPS is easily one of the most utilized. Having access to Location Services can greatly enhance user experience
A category on UIView that allows to use custom easing functions with block-based animations. -
UIView-EasingFunctions - A category on UIView that allows to use custom easing functions with block-based animations.
iOS crash logs on iCloud synced devices
StringScore is an Objective-C library which provides super fast fuzzy string matching/scoring.
TMCache - Fast parallel object cache for iOS and OS X -
TMCache - Fast parallel object cache for iOS and OS X.
Logging with Xcode Breakpoints -
If you don’t already know about it, setting actions for breakpoints in Xcode is a great way to monitor repetitive code without adding a bunch of NSLog() to your code.