I have a ViewController and I have this code there :
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return NO;
}
However, if I change the orientation, the view rotates. Can anyone kindly help me out ?
