Monthly Archives: November 2010

Beta testing

This post gives a quick introduction to beta testing for iOS developers.  Specifically, I’ll walk through the major steps needed to legitimately send out a working copy of your app to testers without going through the app store – a process known as ad hoc distribution. Why beta test? All programmers become attached to their […]

iOS Quick Questions

This post introduces a publicly editable table of quick iOS questions and their answers.  Think of it as a very lite version of stackoverflow.com focused on iOS.  For example, you might ask the question, “How do I cancel a UIView animation?” and the answer is to use the [CALayer removeAllAnimations] method.  This question/answer pair is […]