JohnnyDark / IOS_Checklist

0 stars 0 forks source link

基本操作步骤 #6

Open JohnnyDark opened 3 years ago

JohnnyDark commented 3 years ago

[1] 添加一个完整的view controller

  1. 添加view controller文件
  2. storyboard中添加响应的view controller对象
  3. storyboard中给view controller设置class名称

[2] 设置app的旋转方向
app orantation

[3] 关联 @IBAction: UI控件 control + drag 到view controller