Greatest Hits (Vol. 1)

I’m just realizing that this here blog just celebrated its first birthday — my first ‘hello world’ post here was May 1, 2012. This seems like a good opportunity to go looking through the archives and point to some older posts that newer...

Lightweight BDD for iOS and OS X

I took a look at GitHub’s Mantle framework for iOS and Cocoa last Fall and am using it in one of my side projects this Spring. While reading through the Mantle source I noticed some dependencies on the Specta testing and Expecta matcher framework, neither of...

CocoaConf DC ’13

With tickets to WWDC getting harder to come by and services like WWDC Alerts coming together to help developers buy tickets before they sell out a number of smaller iOS and OS X development conferences have grown in popularity such as CocoaConf, NSNorth, NSConf, and...
SuperDebugger – a console for debugging your iOS app

SuperDebugger – a console for debugging your iOS app

In my last post I took a look at PonyDebugger, a remote debugging toolkit for inspecting the Core Data Managed Object Contexts, view hierarchies, and network activity of your iOS app. At the moment PonyDebugger offers a read-only view of your app, with write access...
Inspecting iOS Apps with PonyDebugger

Inspecting iOS Apps with PonyDebugger

I saw Square’s PonyDebugger project on GitHub a while back, starred it, and made a mental note to try it out in my next iOS project. It’s simply fantastic — easy to setup and incredible to use. If you’re an iOS developer be sure to add this one to...