ios - How to change UITabBar Selection color -
I have to change UITBbar's selection color from default blue to red. How can you do this?
You can call it "tintcolor" attribute (key path) for your UITbar.
- Select the UITbar in the document settings ( not the controller with the yellow icon.)
- Select the Identity Inspector in Utilities Area.
- Click "User Defined Runtime Features".
- Select the "color" type "TintCaller" key path and the desired color.
It should do this You can check against the screenshot below.
More on this: There is a "tint" feature in UITibber's identity inspector that I believe was the exact same thing but apparently, It does nothing when a UITBBARTIM is selected, this default value is the exact default fill color, so my guess is that it will be fixed in the stable release Xcode 7. Finger Crosses
Comments
Post a Comment