In this episode I take a fairly simple application with a single view controller and examine how we can refactor it into more discrete parts.
Episode Links Source code Episode 56 - Twitter Integration In the episode I used instancetype as a return type for a constructor. As it turns out, instancetype is automatically used for anything beginning with init. For more information on this, read When you should use instancetype instead of id.