MLPAutoCompleteTextField icon indicating copy to clipboard operation
MLPAutoCompleteTextField copied to clipboard

add color attribute for boldText?

Open litt1e-p opened this issue 10 years ago • 0 comments

I want to change the boldText color, it's not working via below codes

[attributedText addAttribute:(NSString*)kCTForegroundColorAttributeName value:(id)[[UIColor redColor] CGColor] range:boldRange];

litt1e-p avatar Nov 14 '15 05:11 litt1e-p