You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you receive an error, I still keep the data from the previous response so even if you do the reload you will see the old results. (as far as I remember)
I would say its better to show the user his previous search results even though he received an error for some request. (I am not sure if it wise to show an empty table view if suddenly one of the requests failed ).
But maybe I miss your goal, so explain the behavior you want to achieve
Currently error handling silently fails:
https://github.com/mikeRozen/MRDropDown/blob/master/MRDropDown/MRDropDown.swift#L356
I'd like to be able to handle the error responses, or at least reload the results to display nothing...
The text was updated successfully, but these errors were encountered: