Fábio Oliveira
Fábio Oliveira
If you implement the UIScrollViewDelegate and start downloading only after the scrolling has stopped how do you know which are the visible cells so that you launch only the right...
I agree that a method for getting the visible rows is also a very good addition (I also need something like that) and of course it can help you achieve...
I’m giving it a shot but oh my, Reddit API is complicated for pagination.
Quick update on pagination: I was able to figure out Reddit API and got to do pagination with buttons on macOS. Doing infinite scrolling is a different beast and realised...
@stigvi I saw your PR https://github.com/claytonjn/hass-circadian_lighting/pull/66 and because is from April I'm wondering if you think is stable enough for others like me to give it a try. I was...
Unfortunately it's not possible to implement like described in the article. You cannot send a review to Apple in behalf of the user. The user has to do it from...
That is also what I do. Every time the user declines to rate (because I ask the user if he likes the app) I present him with the feedback form...
In our case whenever it happens, there's this error in the logs prior to the crash: `Error Domain=com.google.GIDSignIn Code=-5 "The user canceled the sign-in flow." UserInfo={NSLocalizedDescription=The user canceled the sign-in...
@camden-king that the user taps on the Google Sign in button again/tries to start the Google sign in flow again. That's as much detail we can get from our logs