Changing tab bar item image and text color iOS

前端 未结 22 1129
说谎
说谎 2020-12-02 06:10

Here is my tab bar:

\"enter

The following image shows the program being run an

22条回答
  •  隐瞒了意图╮
    2020-12-02 06:46

    From here.

    Each tab bar item has a title, selected image, unselected image, and a badge value.

    Use the Image Tint (selectedImageTintColor) field to specify the bar item’s tint color when that tab is selected. By default, that color is blue.

提交回复
热议问题