MLPAutoCompleteTextField
MLPAutoCompleteTextField copied to clipboard
autoCompleteTableBorderColor has no effect
When setting:
self.myAutoCompleteTextField.autoCompleteTableBorderColor = [UIColor blackColor];
in my View Controller (which owns a MLPAutoCompleteTextField initialized through the storyboard), this setting has no effect. This is done after initialization of the the text field (which applies the default settings), during the viewDidLoad function.
Note that setting autoCompleteTableBackgroundColor in the same viewDidLoad location does have an effect.