NicFontana / SwiftUI-CustomTabView

A SwiftUI component for creating TabView with a custom tab bar.
MIT License
43 stars 3 forks source link

Indicator needed #2

Open boybeak opened 1 month ago

boybeak commented 1 month ago

On macOS, showing an indicator when switch between tabs may be better. An example as below: Material design style tabs

NicFontana commented 1 month ago

Hello @boybeak, this library actually doesn't provide any tab bar, it simply allows you to build your custom one and use it within the CustomTabView component. So you can build the tab bar appearance the way you want and use it inside your app :)