Change tab bar item selected color in a storyboard

Add Runtime Color attribute named “tintColor” from StoryBoard. This is working(for Xcode 8 and above).

if you want unselected color.. you can add unselectedItemTintColor too.

setting tintColor as Runtime Attribute

Leave a Comment