I\'m trying to setSelectedImageTintColor in iOS 7, but it\'s not working. Here\'s the code that I have in my AppDelegate.m under didFinishLau
setSelectedImageTintColor
AppDelegate.m
didFinishLau
This is a known issue in iOS 7. The tintColor is used for the selected tab image. The selectedImageTintColor is completely ignored. There is no way to tint unselected tab images.
tintColor
selectedImageTintColor
See a discussion on the Apple Developer Forums about this.
Please file a bug report with Apple.