
Instantiating view controllers from UIStoryboard on iOS
There are several ways how to create user interfaces on iOS: programmatically, xib per view or using storyboard for multiple views. Personally I tend to use xibs and programmatically created… Read more Instantiating view controllers from UIStoryboard on iOS →