StatefulTabView Versions Save

A SwiftUI TabView that retains the state of each tab as well as some other goodies.

0.1.10

1 year ago

Merged PR. Big thanks to @camdenfullmer!

0.1.9

1 year ago

Updated @_functionBuilder to @resultBuilder. Thanks to @qiuyangnie!

0.1.8

3 years ago

Adds support for optional TabBar title. Big thanks to p-larson!

0.1.7

3 years ago

Reverted previous change of selected index to non binding. This value does need to be a binding to prevent the tab bar from returning to original tab on state reload.

0.1.6

3 years ago

Added unselected item tint color modifier. This release also changed selected index from a bindable int to just an int. A state variable can be passed into the initializer to control the value.

0.1.5

3 years ago

Adds support for unselected images on Tabs. Big thanks to MichaelNeas for the contribution.

0.1.4

3 years ago

Changed badgeValue to read-only variable instead of a binding. https://github.com/NicholasBellucci/StatefulTabView/pull/5 Big thanks to gobetti!

0.1.3

4 years ago

Added scroll to top functionality.

0.1.2

4 years ago

StatefulTabView can now be initialized without a selected index. The default is 0.

0.1.1

4 years ago

Minor code changes to better loop performance.