1.创建swift项目:
File->new->Project....->iOS->Application->Single View Application: 创建时选择swift语言,选择路径即可。
新创建的项目视图在Main.storyboard里编辑,缺省的视图控制器为“View Controller"
视图控制代码在ViewController.swift类中进行编辑。可通过修改“View Controller"的Custom Class来指定视图控制器的swift类。
2.修改横坚屏:
选中项目:General->Deployment info->Device Orientation勾选屏幕模式即可
在File Inspector中Interface Builder Document中去掉Use Size Classes选项的勾选
原文链接:https://www.f2er.com/swift/325379.html