Skip to content
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.

Button texts truncated on iOS 8 #200

Open
zeiteisen opened this issue Sep 23, 2016 · 1 comment
Open

Button texts truncated on iOS 8 #200

zeiteisen opened this issue Sep 23, 2016 · 1 comment
Labels

Comments

@zeiteisen
Copy link

screen shot 2016-09-23 at 16 50 16

See the close and grant access button.

@pjebs
Copy link

pjebs commented Oct 3, 2016

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.

@bre7 bre7 added the bug label Oct 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants