iT邦幫忙

第 12 屆 iThome 鐵人賽

DAY 11
0
Mobile Development

從零開始-30日練習開發iOS APP系列 第 11

從零開始-30日練習開發iOS APP-UITableView Day-11

  • 分享至 

  • xImage
  •  

前言:
練習 UITableView 可以利用手機內建的 設定 來做練習,有助於熟悉其程式碼
舉一個簡單的例子,手機 設定一般
https://ithelp.ithome.com.tw/upload/images/20200917/20129715hLTCum4BKZ.png

正文:
如果 ViewController 內有 UITableView 則以下程式碼必須實作

UITableViewCustomName.delegate = self
UITableViewCustomName.dataSource = self

下方兩行程式碼分別為:
允許選取(默認為開啟) 和 允許多重選取(默認為關閉)
在需要複數選項時會使用到

UITableViewCustomName.allowsSelection = true
UITableViewCustomName.allowsMultipleSelection = false

程式碼內容
https://ithelp.ithome.com.tw/upload/images/20200917/20129715u7HJoPaeHq.png
https://ithelp.ithome.com.tw/upload/images/20200917/201297153MXM3OJRCw.png

Main.storyboard方面

成果圖:


上一篇
從零開始-30日練習開發iOS APP-Alert Day-10
下一篇
從零開始-30日練習開發iOS APP-Realm資料庫 Day-12
系列文
從零開始-30日練習開發iOS APP30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言