I'm trying to accomplish the following:
Swap out the content of a UIView or Subview using UIButtons or a toolbar. I have a view laid out like the illustration below. I want to swap out the content of the "UIView to swap" sub view by clicking on buttons or buttons on a toolbar. So you click button 1 and a view is loaded into the "UIView to swap". Does this make sense? Can anyone suggest any tutorials? I know how to do this with images, but I want to swap more complicated views.