2017-12-08から1日間の記事一覧

tableView + navigationController

1 Storyboardで画面作成 赤画面のStoryboard ID -> TableCell1 青画面のStoryboard ID -> TableCell2 セルのIdentifier -> Cell 2 UIViewControllerをUITableViewCellを作成 -> Classを接続 3 コードを書く import UIKit class TableViewController: UIViewC…