2 min read
Testing Asynchronous Code in Objective-C
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.
5 posts on this topic.
2 min read
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.
4 min read
A look at how pushing through discomfort is exactly where I want to be.
2 min read
A way to make all path changes on a CAShapeLayer be animated automatically.
1 min read
A library to allow binding a UITableView directly to a to-many property. The library automatically handles insertions and deletions as long as you make sure the to-many property emits KVO notifications.
3 min read
An extension to NSObject that adds the allows binding the properties of two different objects together, allowing for much more declarative and understandable code.