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
I've used your control exactly like the tableview, I was calling the API, put the response in datasource array and reload MHPagingScrollView.
When you try the scenario to reload data when the datasource count was 4 (for example) then after updating the datasource and it was empty and reload MHPagingScrollView,
you still calling thePagingScrollView (cell for row in tableview) even the numberOfPagesInPagingScrollView becomes zero, which will cause the application to crash or to behave incorrectly.
The text was updated successfully, but these errors were encountered:
I've used your control exactly like the tableview, I was calling the API, put the response in datasource array and reload MHPagingScrollView.
When you try the scenario to reload data when the datasource count was 4 (for example) then after updating the datasource and it was empty and reload MHPagingScrollView,
you still calling thePagingScrollView (cell for row in tableview) even the numberOfPagesInPagingScrollView becomes zero, which will cause the application to crash or to behave incorrectly.
The text was updated successfully, but these errors were encountered: