📑Tab Views

Original Author: Tiffany Pan

In Hack Challenges for previous semesters, many students had app ideas that involved tabs: a home page, a profile page, and everything else between. This document walks through how you can set up the UI and logic for a funcional tab view.

UIKit Setup

UITabBarController

SwiftUI Setup

TabView

Last updated