Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 305 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 305 Bytes

StoryboardlessViewAndController

An example project showing how to create ViewControllers and Views without a matching Storyboard. This is useful for view controllers that are easily testable, for working in teams, and to prevent confusion with outlets and other quirks of Storyboard and Xib files.