草庐IT

CFRangeMake

全部标签

iphone - CFMutableAttributedString 在设备上运行时崩溃 (EXC_BAD_ACCESS)

我有以下代码:NSString*name=@"sometextgoesinhere";CFStringRefstring=(__bridgeCFStringRef)self.highlightItem_.comment;CFMutableAttributedStringRefcomment=CFAttributedStringCreateMutable(kCFAllocatorDefault,0);CFAttributedStringReplaceString(comment,CFRangeMake(0,0),string);CGColorRefblue=[UIColorcolorWi