Skip to content
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

Not able to add badge with navigation tab bar (tabBarController?.tabBar.addSubview(imagev)). #25

Open
Shrivash01byteartee opened this issue Mar 11, 2023 · 0 comments

Comments

@Shrivash01byteartee
Copy link

let imagev = UIImageView()
imagev.image = UIImage(named: "star_icon")
var mangeAppt = self.tabBarController?.tabBar.items![1]
imagev.frame = CGRect(x:0,y: 0, width: 5, height: 5)
imagev.startAnimating()
self.tabBarController?.tabBar.bringSubviewToFront(imagev)
self.tabBarController?.tabBar.addSubview(imagev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant