I've tried both line bellow but it all cause [UITabBar setUnselectedItemTintColor:]: unrecognized selector sent to instance
[self.tabBar setUnselectedItemTintColor:[UIColor blackColor]];
[[UITabBar appearance] setUnselectedItemTintColor:[UIColor blackColor]];
Any suggestion?