我想从viewcontroller
到viewcontroller
的源tableviewcontroller
添加一个列表。
我是Xcode的新手。我正在练习苹果的官方教程-https://developer.apple.com/library/archive/referencelibrary/GettingStarted/DevelopiOSAppsSwift/PersistData.html#//apple_ref/doc/uid/TP40015214-CH14-SW1
我已将项目上传到github-
https://github.com/askit5/FoodTracker
现在,我有2个问题 i)当我单击MealViewController的“保存”按钮时-请参阅Github中的链接 https://github.com/askit5/FoodTracker/blob/master/Screenshot%20%20of%20MealViewController.png-
新餐点不会添加到MealtableViewController中(已保存的餐点即已存在的餐点除外)-
https://github.com/askit5/FoodTracker/blob/master/Screenshot%20of%20MealTableViewController.png
我还链接了故事板的屏幕截图- https://github.com/askit5/FoodTracker/blob/master/Screenshot%20of%20storyboard.png
ii)我的第二个问题是,当我单击MealTableViewController中的“ +”按钮时,它显示以下错误(链接错误的屏幕截图)- https://github.com/askit5/FoodTracker/blob/master/Screenshot%20of%20second%20error.png
我得不到10分。因此,我无法在stackoverflow中添加屏幕截图。因此,我已经链接了该项目以及GitHub中的屏幕截图。请帮忙。