I am using xcode 4.5.2 and I have 3 different views in the application for Iphone.
MainWindow.xib
View1.xib
View2.xib
When the app starts in the simulator View1.xib shows up.
I would like that View2.xib shows up when the app starts instead of View1.xib.
How to do that?
Go to your app delegate.m
in
.hadd the variable like:And add property like: