I am working on an app that currently has 3 views that load from a main view. They are controlled by 3 buttons on the main view that swap out each view. I would like to add a new view that is controlled by a button on one of the 3 individual views. I want this view to either be modal or simply be "on top" of the other views until it is dismissed. Is there a way to load this view easily? All sample code I have seen seems to be awfully complicated for something that seems as easy as loading a view. Any help would be greatly appreciated.