I’ve mentioned a few libraries for creating informational badges that can be attached to a table view cell such as MLPAccessoryBadge that provides wide customization on the look of the badges.
Here’s a nice component that you can very easily use to add numerical badges with different animation effects to any view called RKNotificationHub from Richard Kim great for illustrating pending notifications to a user.
RKNotificationHub provides helpers for changing the count, allows you to change the color of the badge, and customize the location of the badge on the view.
Here’s an image showing RKNotificationHub in action from the readme:
You can find RKNotificationHub on Github here.
A nice component for adding badges to a view.
Original article: Open Source Component For Easily Adding Animated Notification Badges To A UIView
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
