RTLabel
RTLabel copied to clipboard
fix the bug :
when the data is too long it will throw exception : out of bounds; string length 60. This will become an exception for apps linked after 10.10 and iOS 8. Warning shown once per app execution.
just little change!!!
:+1: Although could be NSUInteger instead of long to be more ObC-style, to match NSRange.location type
:+1:
:+1: