I am learning how to use storyboards for iOS development, and I cannot figure out how to manage multiple views on one screen.
I want to be able to manage multiple elements on a single screen, for example, UITableViewwith UIImageViewnext to it.
This means that I need 3 UIViewControllers, 1 for UITableView, 1 for UIImageViewand one for the main view. But, as far as I can tell, storyboards allow you to use only one controller on the hierarchy of views screen. Can someone tell me what I am missing?
source
share