Found on GitHub: ObjectiveSugar

Found on GitHub: ObjectiveSugar

Marin Usalj has written a collection of extensions for the NSNumber, NSArray, NSSet, NSString, and NSDictionary classes that brings many of the commonly used methods from their Ruby counterparts such as each or times. If you’re familiar with Ruby and doing some...

Audiobus Demo

As a follow up to Audiobus – Live app-to-app audio streaming for iOS here’s a recently released demo video of some Audiobus enabled apps in action. The Audiobus team is working with 3rd party developers to integrate Audiobus into their apps and coordinate on a...

Cocoapods for Testing HTTP Interactions

When writing code to access resources over HTTP or another protocol it’s great to write some tests to make sure that code is working well, but running them can be a pain when working over a slow connection, with large requests, or when working offline. Two great...

Optimizing Network Requests with MKNetworkKit

Mugunth Kumar has a great blog post titled “Mobile apps and concurrent connections” with some fantastic details about the HTTP spec and how most browsers handle concurrent connections to a server, what optimizations he’s made in MKNetworkKit, and...

Regime Change

Matt Drance, former Apple Evangelist, and founder of Bookhouse software has some great insights in his post titled Regime Change on the shake up at Apple yesterday. In case you missed the press release while dealing with the effects of Hurricane Sandy, here’s...