About Me

Posts in 03

Testing Asynchronous Code in Objective-C

written by Andrew Wagner on

Testing asynchronous code in Objective-C can be a real pain unless you make one simple change to the way you program it in the first place.

more...

Better UIAlert Handling and Easier Testing

written by Andrew Wagner on

A more declarative and testable way to display alerts in iOS.

more...