Skip to content

devinZhou102/BadgeView.iOS

Repository files navigation

BadgeView.iOS

library from : https://github.com/zhanglinfeng/LFKit.

The badge lib is a sub lib of LFKit.

Screen-Shots

Example

        partial void UIButton197_TouchUpInside(UIButton sender)
        {
            BadgeView.iOS.LFBadge badge = new BadgeView.iOS.LFBadge();
            badge.Count = "12";
            badge.NeedDisappearEffects = true;
            badge.ClearBlock = new Action(()=> { });
            badge.AddToView(sender);
        }

Important

the function 'drag to dismiss' works well only when 'ClearBlock' has value.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages