-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Description
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 text" forKey:@"text"];
[self.dataArray addObject:row2];
running this crashes.
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'
Metadata
Metadata
Assignees
Labels
No labels