-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Badge not showing in UIBarButtonItem #13
Comments
I have the same issue !!! |
I have the same issue, i used a fork make by MobileXLabs and its working (some bug fixed): this is the url https://github.com/MobileXLabs/UIBarButtonItem-Badge/ |
You have to type the code in |
You should first time set badgeValue in
|
viewDidAppear |
Same issue |
Hi, i am using this control for showing badge on barbuttonitem. it works fine for the first controller or root controller in navigation controller stack. While pushing to another controller, I tried to show badge and I cannot see any effect there. Can you help me to resolve this issue. It's very urgent for me now.
The text was updated successfully, but these errors were encountered: