Post

Replies

Boosts

Views

Activity

Reply to barTintColor not working in iOS 15
I have the same problem. The code has to be inserted in each controller and the transitions between the controllers is buggy (Xcode Beta 2, iOS 15 Beta 2). My problem is the missing top line in the TabBar. I can solve it only by adding a frame. But the frame would have to be visible only at the top. Does anyone have any ideas? Here is my current solution: tabBarController?.tabBar.tintColor = "myTintColor" tabBarController?.tabBar.clipsToBounds = true tabBarController?.tabBar.layer.borderWidth = 0.5 tabBarController?.tabBar.layer.borderColor = UIColor.lightGray.cgColor thanks!
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’21
Reply to barTintColor not working in iOS 15
*** Update iOS15 Beta 3 / Xcode Beta 3 *** Since beta 3 the problem seems to be solved in the main controller. But when I switch to a subcontroller, the separator line disappears. It no longer appears when I switch back to the main controller. This is definitely a bug!
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’21