Section 3 –Views and View Controllers
Testing views and view controllers is a bit more complicated. But, as you will see in this section, after you have practiced a bit, you will be able to write robust tests for user interfaces. For the tests of our SwiftUI code, we will get some help from a third-party library.
In this section, we will cover the following chapters:
- Chapter 7, Building a Table View Controller for the To-Do Items
- Chapter 8, Building a Simple Detail View
- Chapter 9, Test-Driven Input View in SwiftUI