RTLabel icon indicating copy to clipboard operation
RTLabel copied to clipboard

fix the bug :

Open nilmeme opened this issue 10 years ago • 3 comments

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!!!

nilmeme avatar Feb 01 '15 14:02 nilmeme

:+1: Although could be NSUInteger instead of long to be more ObC-style, to match NSRange.location type

aplourde avatar Mar 18 '15 17:03 aplourde

:+1:

Shiver02 avatar Mar 18 '15 17:03 Shiver02

:+1:

SeanBlahovici avatar Mar 18 '15 17:03 SeanBlahovici