onl1ner / TabBar

📱 TabBar – highly customizable tab bar (i.e. TabView) for your SwiftUI application.
MIT License
415 stars 43 forks source link

feat: do not rerender tab on navigate #26

Closed Yunus-Gedik closed 1 month ago

Yunus-Gedik commented 1 month ago

by using opacity, instead of if; tabs view state stays on changing to another tab. If you have a scroll view and user scrolled, switching tab and returning back preserves scroll view state. Tab view do not reinit.

Yunus-Gedik commented 1 month ago

Ignoring keyboard codes are not related. Sorry for that, I will seperate.