hello,
I'm trying to add support for orientation for my app but it's not working, I've tried this code with my other app and it's working just fine, my app is tabbar app (the one which isn't working), here is the code:
I'm trying to add support for orientation for my app but it's not working, I've tried this code with my other app and it's working just fine, my app is tabbar app (the one which isn't working), here is the code:
Code:
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
return YES;
}