I enjoyed watching the demos of the ChocolateChip app used in WWDC 2019 sessions 205 and 235, however not all of the source code was shown in the video, I was wondering if it would be possible for that project to be made available on the session video page? Because I have the following questions:
What is the code for RecipesViewController.swift selectRecipe?
- I was wondering if it performs a segue, also wondering if it selects a table row.
What is the code for RecipesViewController.swift selectedRecipe?
- I was wondering if it calls up to the split view controller to get the currently showing RecipeDetailViewController's recipe or if it simple relies on the table row selection.
What does RecipeNavigationController.swift have in it?