Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要支持所有视图的自动旋转,应该怎么做?
请参阅本教程。这对我理解 Autorotation 和 Autosizing Options 有很大帮助。
http://www.bogotobogo.com/XcodeSDK-Chapter4.html
把它放在你所有的视图控制器中。
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return YES; }