Tag: swiftui
-
Overcoming TabView Limitations in SwiftUI
While developing our app Reflect, we encountered a limitation with SwiftUI’s TabView component when trying to implement a horizontally-scrollable tab bar. In this blog post, we’ll explore how we overcame this limitation by implementing custom state management and a custom tab bar, all while maintaining the native feel of SwiftUI. The Problem with TabView and…
