I have created the initial view for my application. This initial view contains segues to new screens/view controllers that I threw together in the Xcode storyboard.
I set audio controls, and background paramaters to my applications initial view using the standard Viewcontroller.h
and Viewcontroller.m
files that load out when Xcode starts.
My question: how do I programmatically access new viewcontrollers? I.e. 'make a new target' or 'click and drag in interface builder' or something...