Hi, in Interface Builder I just dragged a UIImageView from the object library onto the view controller icon at the top of the VC window. IB created a small UIImageView image and placed it just above the view controller. What does this do? As you drag the view controller scene around the storyboard, that Image View now moves with it.
I'm thinking that perhaps it's just a way of grouping UI objects with their view controllers, for those objects that are added programmatically, but Google isn't giving any answers.
Any ideas?
I'm thinking that perhaps it's just a way of grouping UI objects with their view controllers, for those objects that are added programmatically, but Google isn't giving any answers.
Any ideas?