• After more than 15 years covering everything Apple, it’s with a heavy heart we announce that we will no longer be publishing new content on iMore and the iMore forums will be closing as of November 1st, 2024.

iMore

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