-
Book Overview & Buying
-
Table Of Contents
SwiftUI Essentials - iOS Edition
By :
The previous chapter introduced the List, NavigationView and NavigationLink views and explained how these can be used to present a navigable and editable list of items to the user. This chapter will work through the creation of a project intended to provide a practical example of these concepts.
When completed, the project will consist of a List view in which each row contains a cell displaying image and text information. Selecting a row within the list will navigate to a details screen containing more information about the selected item. In addition, the List view will include options to add and remove entries and to change the ordering of rows in the list.
The project will also make extensive use of state properties and observable objects to keep the user interface synchronized with the data model.
Launch Xcode and select the option to create a new Single View App named...
Change the font size
Change margin width
Change background colour