EddyBorja / MLPAutoCompleteTextField

UITextfield subclass with autocomplete menu. For iOS.
Other
1.21k stars 222 forks source link

add color attribute for boldText? #92

Open litt1e-p opened 9 years ago

litt1e-p commented 9 years ago

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];