pushviewcontroller animation is slow/choppy
I push a ViewController which contains not too many views, UIScrollView which contains 10 views inside, I have a singleton ViewController and push it again and again without releasing and allocation again the ViewController , so all the things I do it in viewDidLoad() , and viewWillAppear() , but the animation is slow and choppy, what it could be? I had a problem where when UIViewController A did a pushViewController to push UIViewController B, the push animation would stop at about 25%, halt, and then slide B in the rest of the way. This DID NOT happen on iOS 6, but as soon as I started using