RTLabel
RTLabel copied to clipboard
Crashes while using different font style
Hi,
I am using Varela Round font through out my project. I downloaded this library and added the VarelaRound-Regular.ttf to the resource folder , included "VarelaRound-Regular.ttf" to the info.plist file under font category.
I tried the following code
NSMutableDictionary *row2 = [NSMutableDictionary dictionary];
[
row2 setObject:@"underlined
The log i get is RTLabelProject[3300:70377] *** Terminating app due to uncaught exception 'NSRangeException', reason: '-[__NSCFString replaceOccurrencesOfString:withString:options:range:]: Range {0, 1} out of bounds; string length 0'