Swift實戰-小QQ(第1章):QQ登入介面

來源:互聯網
上載者:User

標籤:

1.建立小QQ項目

2.將所需用到的圖片資源(resource)檔案夾,添加到項目中.並建立一個登入頁面:LoginViewController.swift

3.修改LoginViewController.swift代碼為

import UIKitclass LoginViewController: UIViewController {    //}

 4.將Main.storyboard的預設的view視圖,關聯為LoginViewController控制器,並拖控制項進入view視圖布局.

簡單布局如下,

5.登入按鈕圓角

1 class LoginViewController: UIViewController {2     //登入按鈕3     @IBOutlet weak var btnLogin: UIButton!4     override func viewDidLoad() {5         //6         btnLogin.layer.cornerRadius=4.07         btnLogin.layer.masksToBounds=true8     }9 }

6.運行一下看看效果:

7.完善App的LaunchScreen.xib和Logo表徵圖設定
將LaunchScreen視圖中的Label刪除掉,只放一張圖片即可

找到Supoorting Files目錄下的Info.plist檔案雙擊開啟,添加節點:Bundle display name為“小QQ” ,並添加一個節點Icon file 設定為"[email protected]"也就是你要設定的Logo的圖片名稱。

 

本章未完,待繼... 謝謝支援:本人QQ:623632017

Swift實戰-小QQ(第1章):QQ登入介面

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.