摘要: 在父视图控制器里面写如下代码-(void)setViewOrientation:(UIInterfaceOrientation )orientation{ if ([[UIDevice currentDevice] respondsToSelector:@selector(setOrientation:)]) { [[UIDevice currentDevice] performSelector:@selector(setOrientation:) withObject:(id)orientatio... 阅读全文
posted @ 2013-11-21 12:21 小白猪jianjian 阅读(3505) 评论(0) 推荐(0) 编辑