Post

Replies

Boosts

Views

Activity

Reply to UIToolbar issue in iOS 13
this worked for me: do not use let toolbar = UIToolbar() but let toolbar = UIToolbar(frame: CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: 35)) from https://stackoverflow.com/questions/54284029/uitoolbar-with-uibarbuttonitem-layoutconstraint-issue
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’20