IP属地:甘肃
import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate {...
import UIKit@UIApplicationMainclass AppDelegate: UIResponder, UIApplicationDelegate { ...
//应用程序代理类 //AppDelegate中的方法都是UIApplicationDelegatez的协议方法 //应用程序类 class AppDelegate: UIR...
self.window = UIWindow(frame:UIScreen.main.bounds) self.window?.backgroundColor = UICol...