Static Cellsはコード量が極端に減り非常に有効ですが、UITableViewController上でしか使えない制限があるためカスタマイズしにくい欠点があります。UIViewControllerにUITableViewを載せてできるだけStoryboard上で定義する方法を紹介しました。 UIViewController継承のControllerにUITableViewのdelagate, dataSourceを定義する TableViewのContentプロパティは通常通りDynamic Propertiesにする Prototype cellsはStoryboard上で扱うCell数 TableViewCellのidentifierを"cell_0_0", "cell_0_1"のように"cell_{sectionNo}_{rowNo}"にする UITableViewを載せたC