iphone: Accessing Code for Elements Created in Interface Builder
- by user362685
I am attempting to create a basic tab-bar application using interface builder. I create a new project in Xcode selecting tab bar application.
My question is how can I access the code that instantiates and pushes each of the views when the tab bar buttons are pressed? I would imagine that would be done by the tab bar controller, however when I…