使用storyboard设计静态的表格数据
A.实现步骤
1.控制器继承UITableViewController
2.在storyboard中使用TableViewController,删除原来的ViewController
3.设置class
4.设置新的View Controller为程序入口
5.设置TableView的Style为Grouped
6.设置TableView的Content为Static Cells,暂时设置Section为1(后面会解释原因)
7.设置Table View Cell 的Style为Basic,配置Image和title
8.设置TableView的Sections为3,系统会按照当前的section自动复制多2组出来
9.配置不同的Sections中的Row数,系统也会自动复制当前的Row
10.配置对应的Image和title