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

How to blink a button iOS swift?

iOS flutter while run to iPhone it had the error - Cannot find type 'PhoneNumberKit' in scope