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
at the moment different tint colors for selected/unselected states are not supported, will add this feature in next release.
P.S. Pull requests are always welcome
tintColor seems to work, but unselectedItemTintColor doesn't seem to be working.
self.tabBar.unselectedItemTintColor = UIColor.gray;
self.tabBar.tintColor = UIColor.red
The unselected items are still red, but with a lower opacity it seems.
The text was updated successfully, but these errors were encountered: