iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 28
0

Navigation Bar 是一個好用的管理頁面的元件。這篇文章會介紹Navigation Bar。

首先先新增一個viewController。
https://ithelp.ithome.com.tw/upload/images/20201011/20129678cCchg2Pq1a.png

https://ithelp.ithome.com.tw/upload/images/20201011/20129678BoooAxfbyd.png

選取第一個View Controller,然後在目錄的Editor>Embed In>Navigation Controller
https://ithelp.ithome.com.tw/upload/images/20201011/20129678eJRGt6kwnM.png

這時會多出一個Navigation Controller
https://ithelp.ithome.com.tw/upload/images/20201011/20129678PFHc7fssPH.png

加入一個按鈕來切換頁面。
https://ithelp.ithome.com.tw/upload/images/20201011/20129678laGBuGTsm1.png

拉Segue
https://ithelp.ithome.com.tw/upload/images/20201011/20129678tMziAGn0Cp.png
https://ithelp.ithome.com.tw/upload/images/20201011/20129678hqxkbqlecm.png

選取剛剛產生的segue設定identifier
https://ithelp.ithome.com.tw/upload/images/20201011/201296784QNDwA92zD.png
https://ithelp.ithome.com.tw/upload/images/20201011/20129678RQoVFfJn0w.png

程式碼

import UIKit

class ViewController: UIViewController{
    
    
    
    override func viewDidLoad() {
        super.viewDidLoad()

    }
    @IBAction func nextPage(_ sender: Any) {
        self.performSegue(withIdentifier: "nextPage", sender: self)
    }
    

}

上一篇
(Day27)Xcode 11 UI PickerView
下一篇
(Day29)第三方套件---圖表套件Charts(上)
系列文
IOS 基本元件運用和套件運用30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言