tags:

views:

35

answers:

0

i'm trying to implement a uiview in landscape view; but that view is not RootViewController.xib file it is Other file of mah project ;it's possible to change in landscape view but only in RootViewController file; so i wont to change view in landscape but in other uiview file

mah code is ===>>

  • (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {

    return (interfaceOrientation == UIInterfaceOrientationLandscapeLeft); }

this code is run only in root file tell me to implement it;