6

Tab Bars and Modal View Presentation

In this chapter, we will focus on tab bars and presenting views modally in SwiftUI.

We will begin by discussing how to implement tab bars using the standard UI elements, then we will examine recreating the equivalent of a tab bar that would require heavy customization and could not be obtained normally, such as a tab bar with the selection buttons on the top of the screen. Finally, we will examine the modal view presentation in depth.

In this chapter, we’re going to cover the following main topics:

  • Implementing tab bars with TabView and tabItem
  • Implementing a customized tab bar
  • All about modal views, including sheets, alerts, and popovers

By the end of this chapter, you will know all about tab bars and ...

Get An iOS Developer's Guide to SwiftUI now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.