AlexMishagin
Results
1
comments of
AlexMishagin
@SRandazzo @Birkemose about crash: there is bug in NSMutableAttributedStringFixPlatformSpecificAttributes method in NSAttributedString+CCAdditions.m, as we see in line `[string addAttribute:(id)kCTForegroundColorFromContextAttributeName value:(__bridge id)color range:fullRange];` for kCTForegroundColorFromContextAttributeName used 'color' (**CGColorRef**) as value, but...