Open Dellybro opened 5 years ago
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
Cool! If i get some time, i will definitely try to make a pull request
Hello I tried to set badge number in storyboard and code but it is not shown! How can we show badge when tab is not seleceted
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.