-
Notifications
You must be signed in to change notification settings - Fork 37
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
Crash #18
Comments
It crashes at that point. |
It crash for me too, crash when i need go to another segue that uses the same searchbar, :/ |
add this line at the very start of the function. if self.suggestionsView == nil { self.configureViews() } |
Its not working... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well i have tried using your great library, but unfortunately it's crash.
i found out you calling this method
before setting up the suggestionView.
I have tried to download your example project and it's crash as well :-/
The text was updated successfully, but these errors were encountered: