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


UITableViewはリストのような形でテキストを表示するクラスです。データ一覧などを表示する時などに役立ちます。

UITableViewのクラス階層

NSObject ↑ UIResponder ↑ UIView ↑ UIScrollView ↑ UITableView

AppleDeveloperリファレンスUITableView

alt