We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc8ead commit 00ff13cCopy full SHA for 00ff13c
README.md
@@ -152,7 +152,7 @@ tabController.setTitle("Feed", atIndex: 3)
152
tabController.setTitle("Profile", atIndex: 4)
153
```
154
155
-<img src="Screenshots/ss2.png" height="100" />
+<img src="Screenshots/ss3.png" height="100" />
156
157
158
### Show Title Only For Selected Index:
@@ -161,7 +161,7 @@ tabController.setTitle("Profile", atIndex: 4)
161
tabController.onlyShowTextForSelectedButtons = true
162
163
164
-<img src="Screenshots/ss3.png" height="100" />
+<img src="Screenshots/ss2.png" height="100" />
165
166
## Access AZTabBarController from child view controllers:
167
0 commit comments