创建名为Grocery Dude的Single View程序,并按默认设置处理,不勾选Core Date 和 Git。
设计故事板:
- 选择Main.Storyboard
- 拖放一个 Table View Controller 到故事板中
- 选中新拖入的Table View Controller
- 勾选 “Is initial View Controller”
- 选中 Table View Controller 并点击Editor > Embed In > Navigation Controller
- 拖放 Bar Button Item 到 Table View Controller的右上角
- 选中 Bar Button Item
- 改属性 “Identifier” 为 "Add"
- 按住Control键,把 Bar Button Item 拖到View Controller中心,选择 "Action Segue" > "push"
- 选中 “Action Segue”,改属性 “Attributes Inspector”的 “Identifier”为 “Add Item Segue”
- 选中 Table View 的 Prototype Cell
- 修改 “Style” 为 “Basic”
- 修改 “Identifier” 为 “Item Cell”