摘要:
在.m文件中修改方法- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation默认为竖屏:- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{ return (interfaceOrientation != UIInterfaceOrientationPortrait);//竖屏}修改后为:- (BOOL)shouldAutorotateT. 阅读全文
posted @ 2012-10-27 16:12 gavin.han 阅读(228) 评论(0) 推荐(1)
浙公网安备 33010602011771号