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.