Within'm working on an application that contains Tabbar controller is its tab, I have a sub-class of UITableViewController Within this list, I have a core-plot graph in the first cell and 4 some other data in the following cells. When I return yes to the ShouldAutorotateToInterfaceOrientation method, then I hope the list will be autoresizing to see, but ... nothing. When I add some logs to the willRotateToInterfaceOrientation method, they are not displayed. Am I missing something? Thanks a lot, Luke
// Override to allow orientations other than the default portrait orientation - (BOOL) Chahiaayurototettointrfesorianteshn: (Uaianprfesoriynteshn) Intrfesorianteshn {// returns Yes, supported orientation / / Returns (Interface Orientation == UINPfaceAuthentication Portrait); NSLog (@ "orientation"); Yes come back } - (void) Vilotettointrfesoriynteshn: (Uaiantifesorianteshn) interface Orianteshn period: (Anstiiiinintrval) span {[super Wairotettointrfesorianteshn: Intrfesorianteshn period: Period]; NSLog (@ "rotation"); If (toInterfaceOrientation == UIInterfaceOrientationLandscapeRight) {NSLog (@ "View properties:% @", self.view); } If (toInterfaceOrientation == UIInterfaceOrientationPortrait) {NSLog (@ "see picture:% @", self.view); }}
Yes, it will not work unless you UITabBarController <
Comments
Post a Comment