Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoCompleteDelegate used in the initialiser but is not yet set #74

Open
csknns opened this issue Mar 17, 2015 · 0 comments
Open

autoCompleteDelegate used in the initialiser but is not yet set #74

csknns opened this issue Mar 17, 2015 · 0 comments

Comments

@csknns
Copy link
Contributor

csknns commented Mar 17, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant