You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-6
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,11 @@ As you may've already noticed, everything is SwiftUI code, so you can update the
98
98
99
99
### Customize pager style
100
100
101
-
You have the ability to customize some aspects of the navigation bar and its indicator bar using the `pagerTabStripViewStyle` modifier. The customizable settings are:
101
+
PagerTabstripView provides 3 different ways to show the views. You have the ability to select it and customize some aspects of each one using the `pagerTabStripViewStyle` modifier.
102
+
103
+
#### Normal style
104
+
105
+
This is likely the most common pager type. The customizable settings are:
@@ -136,7 +140,27 @@ In this example, we add some settings like the tab bar height, indicator bar col
136
140
<img src="Example/Media/addPagerSettings.gif">
137
141
</div>
138
142
139
-
### Navigation bar
143
+
#### Bar style
144
+
145
+
This style only shows a bar that indicates the current view controller. The customizable settings are:
146
+
147
+
- Spacing between navigation bar items
148
+
- Indicator bar height
149
+
- Indicator bar color
150
+
151
+
<divstyle="text-align:center">
152
+
<img src="Example/Media/barStyleExample.gif">
153
+
</div>
154
+
155
+
#### Segmented style
156
+
157
+
This style uses a Segmented Picker to indicate which view is being displayed. You can indicate the selected color, its padding and if you want it setted in the toolbar.
0 commit comments