文件名称:IOS屏幕旋转.zip
文件大小:87KB
文件格式:ZIP
更新时间:2023-09-10 12:28:34
IOS屏幕旋转 不使用私有属性 UIViewContro 切换
IOS屏幕旋转完美解决,不使用私有方法 适合场景:App中启动其它游戏或者组件时屏幕方向问题 解决办法:使用多个UIViewController之间的切换实现屏幕旋转
【文件预览】:
ChangeOrientation.xcodeproj
----project.xcworkspace()
--------xcshareddata()
--------contents.xcworkspacedata(162B)
--------xcuserdata()
----xcuserdata()
--------songzhenning.xcuserdatad()
--------harvey.xcuserdatad()
----project.pbxproj(13KB)
ChangeOrientation
----.DS_Store(6KB)
----Info.plist(1KB)
----CoreViewController.h(215B)
----CoreViewController.m(2KB)
----main.m(336B)
----HorizontalViewController.h(231B)
----AppDelegate.h(230B)
----VerticalViewController.m(2KB)
----Assets.xcassets()
--------LaunchImage.launchimage()
--------AppIcon.appiconset()
--------Contents.json(63B)
----VerticalViewController.h(227B)
----HorizontalViewController.m(2KB)
----AppDelegate.m(3KB)