Hi,
Hope you can help!
I have just recently started app development.
I have gone through Apple's example's, which all use view switching, but they have view switching along with other functions, so I am not sure 100% what I need to do to switch views. I have also gone through many tutorials, but they haven't been successful.
I have put a project here:
http://tinyurl.com/65jw8fr
Basically, when the app loads, it will be a view with just a button on it.
When the button is pressed, it switches to the second view (SecondView.xib) that says "Loading".
Without pressing any buttons, after 10 seconds, the view will switch to the third view (ThirdView.xib). (I haven't seen many tutorials that show how to switch views using a timer).
I know this isn't how a normal app would work, but I would like to see how this would work so that I could use it in future projects!
Thank you!
Leo