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

Crash #18

Open
moheny opened this issue Jul 5, 2017 · 4 comments
Open

Crash #18

moheny opened this issue Jul 5, 2017 · 4 comments

Comments

@moheny
Copy link

moheny commented Jul 5, 2017

Well i have tried using your great library, but unfortunately it's crash.

i found out you calling this method

private func updateSizeSuggestionsView(){
    var frame: CGRect = self.suggestionsView.frame // suggestionView is nil 

before setting up the suggestionView.
I have tried to download your example project and it's crash as well :-/

@yunus-alkan
Copy link

yunus-alkan commented Oct 11, 2017

It crashes at that point.

@Brayyan
Copy link

Brayyan commented Jun 1, 2018

It crash for me too, crash when i need go to another segue that uses the same searchbar, :/

@jeffeom
Copy link

jeffeom commented Aug 3, 2018

add this line at the very start of the function.

if self.suggestionsView == nil { self.configureViews() }

@krishnads
Copy link

krishnads commented May 2, 2019

. 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants