how to display Notification Count in iOS like Facebook

239 Views Asked by At

I want to display Notification Count in iOS like Facebook as per attachment.! enter image description here

I have found https://github.com/JaviSoto/JSBadgeView but it's just for Launcher icon.

1

There are 1 best solutions below

0
On

You have to create an image that contains the badge and set it on the UIBarButtonItem. You can probably create a function that generates a badge and puts it on an image using Core Graphics