Skip to content

Self-contained custom UIView for badge indicators (similar to UITabBarItem). Fork of NIBadgeView from nimbus, with no external depenencies.

Notifications You must be signed in to change notification settings

machindoapps/MABadgeView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MABadgeView

Self-contained custom UIView for badge indicators (similar to UITabBarItem). Fork of NIBadgeView from nimbus, with no external depenencies.

Usage:

NIBadgeView* badgeView = [[NIBadgeView alloc] initWithFrame:CGRectZero];
badgeView.text = @"7";
badgeView.backgroundColor = [UIColor clearColor];
[badgeView sizeToFit];
[self.view addSubview:badgeView];

About

Self-contained custom UIView for badge indicators (similar to UITabBarItem). Fork of NIBadgeView from nimbus, with no external depenencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published