Fix ios/objective-c types and errors/red boxes.

This commit is contained in:
Mikael Sand
2017-08-11 02:27:33 +03:00
parent f32800bfbd
commit f3cd34f2e1
10 changed files with 72 additions and 56 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
CGMutablePathRef path = CGPathCreateMutable();
NSArray<NSTextCheckingResult *>* results = [_pathRegularExpression matchesInString:_d options:0 range:NSMakeRange(0, [_d length])];
_bezierCurves = [[NSMutableArray alloc] init];
int count = [results count];
unsigned long count = [results count];
if (count) {
NSUInteger i = 0;