额,成这样了
嗯,可以监听 UIDeviceOrientationDidChangeNotification 然后重置下 frame 但是感觉太累
UIDeviceOrientationDidChangeNotification
不知道有没有简单的方法
我只需要支持横屏,不需要竖屏
only ios7+
也可以直接 CGRectMake(0, 0, self.view.frame.size.width, 165) 改为 CGRectMake(0, 0, self.view.frame.size.height, 165)
CGRectMake(0, 0, self.view.frame.size.width, 165)
CGRectMake(0, 0, self.view.frame.size.height, 165)
就是有些...
配置里把竖屏去掉,用 autolayout 的话很简单的
这类问题建议先看文档,然后问
2楼 @pinxue tks
read the fucking documents
5楼 @yangjie6020 重复的事情就不需要做了,别浪费自己时间