I have a multiple view based application, the problem is that when I push one UIViewController the device (only when I test it on a real device) freezes for a second or two, I don’t know why is this happening since the pushed UIViewController has only one UITextField & a button. This only happens when the view is pushed the first time, after this pushing the view is smooth.
Any ideas on how to avoid this?
Seems like you have something heavy on leaving the original view controller.
Can you post the exact code (the entire method around the push) of pushing the controller?