MLPAutoCompleteTextField icon indicating copy to clipboard operation
MLPAutoCompleteTextField copied to clipboard

autoCompleteTableBorderColor has no effect

Open nsaun opened this issue 10 years ago • 0 comments

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.

nsaun avatar May 25 '15 18:05 nsaun