Kubilay Erdogan

Results 12 comments of Kubilay Erdogan

Returning `true` from `shouldHighlightRowAt` method worked for me as well but that also means I can't have rows expandable without the highlight effect. Is this a bug or an expected...

Sorry about flooding but if you want to prevent highlight effect and also work this problem around, just do as @gouen95 says and then set `cell.selectionStyle = .none` in your...

Solution of @xAlien95 worked for me but it's better if we don't need to edit a pod's source. Maybe make this optional, like an additional parameter like a `fixDelayIfNeeded` which...

> Please, attach some demo project with the reproducible issue. If I have time, I will take a look. I don't use a storyboard and have this block in `application:(UIApplication...

I have -temporarily- worked this around by using this solution: https://github.com/psykolm22/angular-google-place/issues/29#issuecomment-361197080

> in my Fastfile, in `scan`... I've been able to get it to work doing this: > > ``` > result_bundle: true, > output_directory: Dir.pwd + "/test_output" > ``` It...

Thanks for the swift response, @maxep. Unfortunately, both on the live app as well as in our testing, we are losing crashes that occur before sign-in. Any log, for that...

Sounds good, thanks @maxep. > You are getting crashes from Firebase Crashlytics before the consent is actually granted? Yes, but since the Firebase analytics is disabled in our case, there...

@simonwiles Sorry about the insanely late response; I don't know how this went under my radar. Thank you for your contribution!