2011年2月9日 星期三

[iOS Dev] UITabBarController的AutorotateToInterfaceOrientation

每一個UITabBarController的SubView都要設成return YES, 如果其中一個return NO就會沒有作用

- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
    return YES;
}
Related Posts Plugin for WordPress, Blogger...