SlidingTabView icon indicating copy to clipboard operation
SlidingTabView copied to clipboard

SwiftUI - Sliding Tab View

Results 11 SlidingTabView issues
Sort by recently updated
recently updated
newest added

Hi @QuynhNguyen, This is an awesome project and looks cool! I just wanted to know whether this project is still maintained as there have been no commits since August 2019....

This is an enhancement request. Is there a way to make the selected tab with radius corner ? Maybe instead of accepting a Color param, we can accept a SwiftUI...

Added this new functionality requested in #5 which I think is quite useful. The functionality backed by native TabView component with `.tabViewStyle(.page)` which is only available after iOS 14, thus...

Hello, when I change the curSelection somewhere else, how can SlidingTabView also change the selection?

@State private var selectionState: Int = 0 made bugs, so I changed value to follow the initialized value.

This pull request aims to use a more SwiftUI-like approach to content being displayed. With the help of content closures there is no need to update the content manually inside...

It would be great to make the Tabs Scrollable Horizontally.

Information needed to create Archived version in Xcode