iT邦幫忙

2018 iT 邦幫忙鐵人賽
DAY 9
0
Software Development

30 天上手 iOS App 開發系列 第 9

30 天上手 iOS App 開發 DAY 9

  • 分享至 

  • xImage
  •  

今天所要學習的原件是選擇器(PickerView)。平常在下載完APP後第一次開啟可能會需要註冊會員,在填寫個人資料時如果要填寫性別時就會需要用到。或是在內建鬧鐘裡加入鬧鐘時會有選擇時間的選擇器。
https://ithelp.ithome.com.tw/upload/images/20171228/20107506A5wCxBld7I.png

那就開始製作一個PickerView吧,首先在Storyboard拉一個PickerView到畫面中。
https://ithelp.ithome.com.tw/upload/images/20171228/20107506HZwZrDLXvv.png

接下來就可以把PickerView拉IBOutlet進程式碼,讓程式碼可以和TableView做連結。
https://ithelp.ithome.com.tw/upload/images/20171228/20107506BrTOhpZDLS.png

接下來要讓ViewController符合兩個PickerView的協定(UIPickerViewDelegate,UIPickerViewDataSource)才夠實作出PickerView。
所以在ViewController的class後面加上!
https://ithelp.ithome.com.tw/upload/images/20171228/20107506utgC1nJYrE.png

再來給定PickerView的實作對象,在Viewdidload()裡面加上!
https://ithelp.ithome.com.tw/upload/images/20171228/20107506caWRQtKdRu.png
self代表ViewController本身,所以這段程式就是使ViewController實作這兩個協定。

接下來會有兩個method是必需要實作的
分別是:
https://ithelp.ithome.com.tw/upload/images/20171228/20107506dfinExt9tw.png
https://ithelp.ithome.com.tw/upload/images/20171228/20107506tLgpz8CDW4.png

接下來實作一個選擇星期幾與時段的選擇器吧!
https://ithelp.ithome.com.tw/upload/images/20171228/20107506MZvD2uRKm6.png
結果如下
https://ithelp.ithome.com.tw/upload/images/20171228/20107506vINXrohlcY.png


上一篇
30 天上手 iOS App 開發 DAY 8
下一篇
30 天上手 iOS App 開發 DAY 10
系列文
30 天上手 iOS App 開發28
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言