Open zeiteisen opened 8 years ago
German is tough due to long words.
Perhaps the button on top-right should have .sizeToFit()
.
Perhaps the grant buttons should have:
button.setTitle("Allowed \(prettyDescription)".localized.uppercaseString, forState: .Normal)
button.adjustsFontSizeToFitWidth = true
button.minimumScaleFactor = 0.5
Perhaps you can apply does methods to the label inside the button. Not sure if it exists for buttons.
See the close and grant access button.