Re: My app controller knows it orientation view but sub-views don't

2009-07-26 Thread Luke the Hiesterman
To everyone this time Are you defining this method in your views or your UIViewControllers? That method is defined in UIViewController and will only work with its subclasses. Luke On Jul 26, 2009, at 5:30 AM, Agha Khan wrote: HI My app controller knows it orientation view but sub

My app controller knows it orientation view but sub-views don't

2009-07-26 Thread Agha Khan
HI My app controller knows it orientation view but sub-views don't and even in sub-views I will not hit the code at - (void)willAnimateSecondHalfOfRotationFromInterfaceOrientation: (UIInterfaceOrientation)fromInterfaceOrientation duration: (NSTimeInterval)duration But how I know