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
The IBOutlet autoCompleteDelegate is accessed from the initializer (init-> initialize-> styleAutoCompleteTableForBorderStyle:), but the outlets are not set while the designated initializer chain is called, so delegate method autoCompleteTextField:shouldStyleAutoCompleteTableView:forBorderStyle: will never get called while the class is initializing
I created a pull request #73 that should fix this issue.
The text was updated successfully, but these errors were encountered:
The IBOutlet autoCompleteDelegate is accessed from the initializer (
init-> initialize-> styleAutoCompleteTableForBorderStyle:
), but the outlets are not set while the designated initializer chain is called, so delegate methodautoCompleteTextField:shouldStyleAutoCompleteTableView:forBorderStyle:
will never get called while the class is initializingI created a pull request #73 that should fix this issue.
The text was updated successfully, but these errors were encountered: