Skip to content

UITableViewでテーブルにアイテムを表示(Swift4.2)

   

UITableViewのクラス階層

NSObject ↑ UIResponder ↑ UIView ↑ UIScrollView ↑ UITableView

AppleDeveloperリファレンスUITableView

alt

関連記事

  1. NavigationControllerで画面遷移を行う(Swift4.2)
  2. NavigationControllerのRootを切り替える(Swift4.2)
  3. ImagePickerControllerで画像を選択する(Swift4.2)
  4. Function(Swift4.2)
  5. Array(Swift4.2)
  6. Print(Swift4.2)
  7. UITableViewの中身をUISearchBarで検索する(Swift4)