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
{{ message }}
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
I ran into the following problem: I am using PagerController to show table views of historic data, i.e. each Pager Tab is a week and on each tab view there is the same UITableView displayed (with different data, though).
Currently, the app starts up in the "this week" tab and this weeks' data is showing correctly. When I tap "last week", the tab swipes to the right and the table view reloads. Everything works fine until this point.
But when I navigate back to "this week" now, the table view completely disappears and no data whatsoever is shown. I've tried a couple of things to fix this behavior but I am out of ideas now.
The text was updated successfully, but these errors were encountered:
I ran into the following problem: I am using PagerController to show table views of historic data, i.e. each Pager Tab is a week and on each tab view there is the same UITableView displayed (with different data, though).
Currently, the app starts up in the "this week" tab and this weeks' data is showing correctly. When I tap "last week", the tab swipes to the right and the table view reloads. Everything works fine until this point.
But when I navigate back to "this week" now, the table view completely disappears and no data whatsoever is shown. I've tried a couple of things to fix this behavior but I am out of ideas now.
The text was updated successfully, but these errors were encountered: