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.

  1. Select the UITbar in the document settings ( not the controller with the yellow icon.)
  2. Select the Identity Inspector in Utilities Area.
  3. Click "User Defined Runtime Features".
  4. 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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -