About Me

Posts

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...

Comfortably Uncomfortable

written by Andrew Wagner on

A look at how pushing through discomfort is exactly where I want to be.

more...

Implicit Animation for CAShapeLayer's Path

written by Andrew Wagner on

A way to make all path changes on a CAShapeLayer be animated automatically.

more...

Bind a UITableView to a Property

written by Andrew Wagner on

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.

more...

Objective-C Bindings

written by Andrew Wagner on

An extension to NSObject that adds the allows binding the properties of two different objects together, allowing for much more declarative and understandable code.

more...