27. Building Tabbed Views in SwiftUI
The SwiftUI TabView component allows the user to navigate between different child views by selecting tab items located in a tab bar. This chapter will work through an example project intended to demonstrate how to implement a TabView based interface in a SwiftUI app.