重新添加rootview
1 | // SceneDelegate.swift |
布局从nav以下开始
1 | self.navigationController?.navigationBar.isTranslucent = false |
去掉nav下面的横线
1 | // 去除下划线 |
nav
1 | // 状态栏高度 |
移除SceneDelegate
1.修改Info.plist
移除如下信息
1 | <key>UIApplicationSceneManifest</key> |
2.删除SceneDelegate.swift文件
3.修改AppDelegate.swift文件
1 | import UIKit |