You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When setting:
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 sameviewDidLoad
location does have an effect.The text was updated successfully, but these errors were encountered: