iOS手动控制界面旋转

时间:2017-06-24 13:36:49
【文件属性】:

文件名称:iOS手动控制界面旋转

文件大小:154KB

文件格式:ZIP

更新时间:2017-06-24 13:36:49

iOS 界面旋转

手动控制界面旋转的核心思路就是利用UIView的transform属性,旋转App的根视图。何为根视图?如果你的App的window.rootViewController是UINavigationController,那么根视图就是navigationController.view。


【文件预览】:
iOS手动控制界面旋转
----TestTests()
--------TestTests-Info.plist(684B)
--------TestTests.m(616B)
--------en.lproj()
----Test()
--------SecondViewController.xib(2KB)
--------main.m(326B)
--------Test-Prefix.pch(515B)
--------Test-Info.plist(1KB)
--------SecondViewController.m(3KB)
--------FirstViewController.xib(1KB)
--------UINavigationController+Ext.h(211B)
--------AppDelegate.h(205B)
--------AppDelegate.m(633B)
--------FirstViewController.m(873B)
--------FirstViewController.h(81B)
--------Images.xcassets()
--------UINavigationController+Ext.m(276B)
--------en.lproj()
--------SecondViewController.h(172B)
----.git()
--------index(2KB)
--------hooks()
--------config(138B)
--------description(73B)
--------refs()
--------branches()
--------logs()
--------objects()
--------info()
--------COMMIT_EDITMSG(15B)
--------HEAD(23B)
----Test.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
--------xcuserdata()
----.DS_Store(6KB)

网友评论