91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Swfit 學習 簡單UI

發布時間:2020-07-14 17:04:18 來源:網絡 閱讀:501 作者:_vikki 欄目:開發技術

//創建window

self.window = UIWindow(frame:UIScreen.mainScreen().bouns)


//設置根VC

self.window!.rootViewController = ViewController()


//創建一個btn

var btn = UIButton (frame:CGRect(x: 100, y: 100, width: 100, height: 100))


// 設置背景顏色

   btn.backgroundColor = UIColor.yellowColor();

        

 // 將添加到我們的vc上

self.window!.rootViewController!.view.addSubview(btn)

        

self.window!.makeKeyAndVisible()



//創建window 

        self.window = UIWindow(frame:UIScreen.mainScreen().bounds)

        //創建VC

        let  vc = ViewController()

        let oneVc = OnrViewController()

        let two = TwoViewController()

        let three = ThreeViewController()

        let four = FourViewController()

        

        //設置背景顏色

        vc.view.backgroundColor = UIColor.redColor()

        vc.title = "SwiftDemo"

        vc.tabBarItem.title = vc.title

        

        oneVc.title = "2"

        oneVc.view.backgroundColor = UIColor.greenColor()

        oneVc.tabBarItem.title = oneVc.title

        

        two.title = "3"

        two.view.backgroundColor = UIColor.blueColor()

        two.tabBarItem.title = two.title

        

        three.title = "4"

        three.view.backgroundColor = UIColor.brownColor()

        three.tabBarItem.title = three.title

        

        four.title = "123"

        four.view.backgroundColor = UIColor.purpleColor()

        four.tabBarItem.title = four.title

        //創建nav

        let nav1 = UINavigationController(rootViewController:vc)

        let nav2 = UINavigationController(rootViewController:oneVc)

        let nav3 = UINavigationController(rootViewController:two)

        let nav4 = UINavigationController(rootViewController:three)

        let nav5 = UINavigationController(rootViewController:four)

        

        let tabber = UITabBarController()

        tabber.tabBar.tintColor = UIColor.whiteColor()

        tabber.viewControllers = [nav1,nav2,nav3,nav4,nav5]

        

        //設置window的根vc

        self.window!.rootViewController = tabber

        self.window!.makeKeyAndVisible()



向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

耿马| 曲周县| 巴马| 互助| 太谷县| 弥勒县| 鄂托克前旗| 彭泽县| 湘乡市| 太康县| 三明市| 大洼县| 双江| 康马县| 北碚区| 郴州市| 湛江市| 榆树市| 曲阜市| 海原县| 彰武县| 高州市| 兰坪| 中牟县| 府谷县| 蒙城县| 上蔡县| 都匀市| 青海省| 庆安县| 西林县| 深水埗区| 肇源县| 昭平县| 陇南市| 涟水县| 龙门县| 金阳县| 卢氏县| 松溪县| 阜新市|