You have to use "adjustsFontSizeToFitWidth" property of titleLabel of your button
Example:
myButton.titleLabel.adjustsFontSizeToFitWidth = YES;
This line will automatically adjust font size for the text of myButton based on the width of the button.
Use this link: adjust UIButton font size to width
Another solution is to increase the width of the button, by adjusting constraints.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…