Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

aneuryzma

macrumors newbie
Original poster
May 9, 2011
21
0
How do I load a new UIViewController from the current one ?

I have a timer, and after 3 seconds a new UIViewController should be loaded and a new view displayed on the screen.

I usually push new UIViewController using a UINavigationViewController, however, I was wondering if I really need it in order to pass from a UIVIewController to another one.

thanks
 

jnoxx

macrumors 65816
Dec 29, 2010
1,343
0
Aartselaar // Antwerp // Belgium
Depends, u could also put on a view, and add it as a subview, if it's just a small timer window. if it's a startup window, u could present a ModalViewController, and after 3 seconds dismiss it. there are alot of ways.

Let us know if u need help :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.