How to set the tab bar selected item color in swift?

 Solution:

If you want to change the selected item color in swift then use the below code.

        self.tabBar.tintColor = color


Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Saved Image in document directory and save path in coredata not able to fetch the image file iOS swift