I am getting a warning of deprecated method when using
[buttonLeft setLineBreakMode:UILineBreakModeWordWrap];
Is there any other substitute of this method?
try
[buttonLeft.titleLabel setLineBreakMode:NSLineBreakByWordWrapping];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With