0

I could really use some recomendations about what or how to have a badge button inside the app. I am currently uisng BBBadgeBarButtonItem, but it has a bug in iOS9 that the badge number is in a rectangle and not in a circle.

Like this:

enter image description here

So, I was wondering if anybody could help with other suggestions(pods or anything else) that work correctly even with iOS9. Doesn't matter if it is for UIBarButton or UIButton

razvan
  • 355
  • 4
  • 19
  • Why don't you fix it its open source you can change it easily . I just saw the sample its woking in on iOS 9 . – Imran Oct 12 '15 at 08:09
  • What I was not sure was that if I fix it on my computer...when someone else makes a pod install won't they still have the bug? Or should I copy the git project on my account and fix it there and then use the project from my account(sorry if this sounds stupid) ...but anyway I think that Muhammad Nabeel Arif's answer solves my problem. Thanks! – razvan Oct 12 '15 at 08:32
  • It was up to you if you have fixed it for yourself only or also share with community . – Imran Oct 12 '15 at 08:35

1 Answers1

2

There are a lot of good open source badge controls are available out there. As given below:

If you want to see more, lot of pods available at cocoapods for Badge view in iOS.

Muhammad Nabeel Arif
  • 19,140
  • 8
  • 51
  • 70