How to add Badges on UIBarbutton item?

前端 未结 10 1682
广开言路
广开言路 2020-11-28 21:29

Hi friends am new to iphone developing. Am struggle with add badge values on UIBarbutton item on right side. I have tried but i can\'t solve this problem. Can anyone help me

10条回答
  •  遥遥无期
    2020-11-28 21:47

    I know this post is pretty old but with iOS7, MKNumberBadgeView's appearance does not really match the tab bar item badge design. I have found this other component which herits UIBarButtonItem and do the job very well :

    https://github.com/TanguyAladenise/BBBadgeBarButtonItem

    Hope this may help other iOS7 developers like me

提交回复
热议问题