Leopold Roitel

Results 2 issues of Leopold Roitel

Having an issue trying to set the selectionIndicator Image. `self.tabBar.selectionIndicatorImage = UIImage.imageWithColor(UIColor.black, size: CGSize(width: tabBar.frame.width/CGFloat((tabBar.items?.count)!), height: tabBar.frame.height))` I create an image with a black background and this is what I...