SOTabBar icon indicating copy to clipboard operation
SOTabBar copied to clipboard

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

Open Shrivash01byteartee opened this issue 1 year ago • 0 comments

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)

Shrivash01byteartee avatar Mar 11 '23 10:03 Shrivash01byteartee