UIViewController A , B.
A implements Horizontal screen , A turn to B. how do what? cancel Horizontal screen for B.
B code :
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return NO;
}
Is not ok! Why?? Please help me ! thanks!