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
**Color** | `selectionIndicatorStrokeColor` | `-setSelectionIndicatorStrokeColor:` <br> `-selectionIndicatorStrokeColor` | On primary color
151
151
152
-
## Theming
153
-
154
-
Tabs supports Material Theming using a Container Scheme. To learn more about theming extensions, see [here](https://github.com/material-components/material-components-ios/blob/develop/docs/theming.md). Below is a screenshot of an `MDCTabBarView` with the Material Design Shrine theme:
155
-
156
-

157
-
158
-
### Tabs theming example
159
-
160
-
To make use of tabs theming install the tabs theming extensions with Cocoapods. First, add the following line to your `Podfile`:
161
-
162
-
```bash
163
-
pod MaterialComponents/Tabs+TabBarViewTheming
164
-
```
165
-
166
-
<!--{: .code-renderer.code-renderer--install }-->
167
-
168
-
Then Run the installer:
169
-
170
-
```bash
171
-
pod install
172
-
```
173
-
174
-
Next, import the Tabs theming target, and call the correct theming method.
Below are some of the differences between `MDCTabBarView` and its predecessor, `MDCTabBar`. If you have been using `MDCTabBar`, make note of the following changes.
0 commit comments