iOS 7 UITabBar badge position

前端 未结 4 1302
有刺的猬
有刺的猬 2021-01-11 09:08

Is there any way to adjust the position of the UITabBar badge in iOS 7? The badge now blocks the tab bar icon a bit more than I would like.

iOS 6:

4条回答
  •  走了就别回头了
    2021-01-11 09:55

    It looks like the badge is placed in a certain position relative to the image. So if you have no image, the badge is in the upper left corner of the tabBarItem.

    So - to position the badge, adjust the border of blank pixels around the .png you're using for the tabBarItem image.

提交回复
热议问题