I set the Storyboard tab line to Custom, Image to my outline image and Selected image to my fill image, but the selected image does not appear when the application starts.
It works if I create a tab bar item programmatically using
UITabBarItem(title: String?, image: UIImage?, selectedImage: UIImage?)
I am using Xcode 6.1.1.
What could be wrong?
source
share