摘要:
如果需要旋转的ViewController 使用了UINavigationController,对UINavigationController进行如下扩展@implementation UINavigationController(shouldAutorotate)- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{ return (interfaceOrientation == UIInterfaceOrientationPortrait);}- (BOO... 阅读全文
posted @ 2014-03-04 14:21
geweb
阅读(968)
评论(0)
推荐(0)
浙公网安备 33010602011771号