iOS 7 UITabBar badge position

前端 未结 4 1328
有刺的猬
有刺的猬 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 10:02

    It's not possible to adjust appearance of the badge.

    If you really want to have it different, I think implementing custom overlay on UITabBar should be pretty easy. That way you could put there any custom text, not just numbers.

提交回复
热议问题