I am getting a warning of deprecated in ios6 when using
label.lineBreakMode=UILineBreakModeCharacterWrap;
Is there any other method for this?
from the documentation, use NSLineBreakByCharWrapping to eliminate the warning.
Use NSLineBreakByCharWrapping
instead. The documentation for UILineBreakModeCharacterWrap
points this out.
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