I am migrating this to Xcode 9.
The button is clearly not going to be clipped, why is it giving me this warning?
I am migrating this to Xcode 9.
The button is clearly not going to be clipped, why is it giving me this warning?
Buttons with text and a fixed width can easily be clipped.
Whenever you decide to modify the text through code or decide to use Dynamic Type for the button's text, this can be a valid issue.
Generally speaking, it's a bad idea to set a fixed width to something that can vary.