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
Hi, You have entire control over that. infinite scroll does not provide any capabilities for that and I believe this task is beyond the scope of this project.
I think that will be useful to reuse the logic that adds the spinner to be able to show a message like 'loading more data failed'.
In my case when the initial load fails and you haven't data I show the error in tableview's background. But when you have data and load more data fails I think that the nicest and less intrusive way is to put where the loading indicator was.
I was thinking the same. It's possible to display that as part of custom indicator view. We would then have to postpone the point when we restore bottom content inset to keep bottom view visible. The question is then how to provide means to retry loading more data.
Maybe we could add behaviors support to manage that externally or provide certain boilerplate.
Is it possible to show an error message if loading more data fails?
The text was updated successfully, but these errors were encountered: