The TabView in SwiftUI (known as UITabBar in UIKit) typically spends its life at the root of your navigation stack. The declarative implementation is clean and straightforward. But what happens when you want to augment the behaviour of the tab bar? In UIKit this would usually mean reaching for UITabBarControllerDelegate. This delegate could decide which […]
