Skip to content

this is a badgeview with image and you can custom your image and textColor

Notifications You must be signed in to change notification settings

howeguo/BadgeViewWithCustomImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

BadgeViewWithCustomImage

this is a badgeview with image and you can custom your image and textColor

ScreenShot Badge

BadgeView *homeBadge=[[BadgeView alloc] initWithFrame:CGRectMake(50, 25, 30, 25)];
homeBadge.badgeValue=@"9";
[self.view addSubview:homeBadge];

BadgeView *homeBadge=[[BadgeView alloc] initWithFrame:CGRectMake(50, 25, 30, 25)];
homeBadge.badgeValue=@"99";
[self.view addSubview:homeBadge];

BadgeView *homeBadge=[[BadgeView alloc] initWithFrame:CGRectMake(50, 25, 30, 25)];
homeBadge.badgeValue=@"108";
[self.view addSubview:homeBadge];

About

this is a badgeview with image and you can custom your image and textColor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published