About Me

Posts

App Case Study - Love Laugh Read Books

written by Andrew Wagner on

A look at the interesting technical challenges I ran into while developing this app.

more...

5 Core iOS Competencies to Be a Great Hire

written by Andrew Wagner on

A list of core skills that are necessary in almost every app. If you can do all of these things reliably, you are well on your way to being a great hire as an iOS developer

more...

Better UIAlert Handling and Easier Testing

written by Andrew Wagner on

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

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