Jeremy1026 macrumors 68020 Original poster Nov 3, 2007 2,216 1,030 Feb 1, 2009 #1 I am trying to stop an animation loop once the view controller is changed, is there a way to programatically check which view controller is currently the super? I used the tab bar template for this project.
I am trying to stop an animation loop once the view controller is changed, is there a way to programatically check which view controller is currently the super? I used the tab bar template for this project.
neil.b macrumors member Nov 20, 2008 65 0 Feb 2, 2009 #2 Code: if (self.yourViewController.view.superview) { //yourViewController is superview }