摘要:
关于屏幕旋转的问题:iOS6之后- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{ return UIInterfaceOrientationIsLandscape(toInterfaceOrientation);}这个方法废弃啦,取而代之的是这俩个组合:- (BOOL)shouldAutorotate{ return YES; //ios6之前默认为NO,ios6之后默认为YES}- (NSUInteger)supportedInterfaceOrien. 阅读全文
posted @ 2013-12-24 01:27
ShadowFlyer
阅读(501)
评论(0)
推荐(0)

浙公网安备 33010602011771号