November 2020
Intermediate to advanced
766 pages
15h 29m
English
You've come a long way, and your app has data on all its screens except for the Restaurant Detail screen.
In this chapter, you'll configure the RestaurantDetailViewController class to manage the views on the Restaurant Detail screen. Next, you'll add methods to viewDidLoad() to populate the table view when the Restaurant Detail screen is displayed. Finally, you will pass the appropriate RestaurantItem instance from the RestaurantListViewController and MapViewController instances to the RestaurantDetailViewController instance, which will display the data from that RestaurantItem instance on the Restaurant Detail screen.
By the end of this chapter, you'll have learned how to make table views with ...
Read now
Unlock full access