Closed jslauren closed 3 years ago
Hi I am using this cool feature well. Thank you!
I'm curious how to impose device-specific constraints.
Here is my code: Bar.layout.contentInset = UIEdgeInsets(top: 5.0, left: 20, bottom: 0, right: 0) button.contentInset = .init(top: 7, left: 0, bottom: 7, right: 0)
Bar.layout.contentInset = UIEdgeInsets(top: 5.0, left: 20, bottom: 0, right: 0)
button.contentInset = .init(top: 7, left: 0, bottom: 7, right: 0)
always be healthy. Thanks :D
New Issue Checklist
Issue Description
Hi I am using this cool feature well. Thank you!
I'm curious how to impose device-specific constraints.
Here is my code:
Bar.layout.contentInset = UIEdgeInsets(top: 5.0, left: 20, bottom: 0, right: 0)
button.contentInset = .init(top: 7, left: 0, bottom: 7, right: 0)
always be healthy. Thanks :D