MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
add color attribute for boldText?
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];