使用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