Hi guys,
I am just starting Objective-C for iPhone development and have hit a small problem.
I am trying to use a UIButton in order to open a new view.
So far I have got all the elements connected up in interface builder and have added a UIViewController subclass, I am just not sure what code I have to put in the method that my button is connected to in order to call the new view and open the .xib file.
Any advice would be great,
Thanks.