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 Apr 24, 2022. It is now read-only.
I implemented the ViewPagerController, and each page is a UITableViewController that contains only about 30-50 UILabels. However, when I scroll between the pages, the scroll is not smooth and is quite jerky. I have made the contents array to hold more view controllers. But the problem persists. I suspect that it is not just enough for me to preload the surrounding controllers; perhaps I should also preload the views inside those surrounding controllers. Do you guys have any idea how I should approach the problem?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I implemented the ViewPagerController, and each page is a UITableViewController that contains only about 30-50 UILabels. However, when I scroll between the pages, the scroll is not smooth and is quite jerky. I have made the
contents
array to hold more view controllers. But the problem persists. I suspect that it is not just enough for me to preload the surrounding controllers; perhaps I should also preload the views inside those surrounding controllers. Do you guys have any idea how I should approach the problem?The text was updated successfully, but these errors were encountered: