Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign PageboyViewControllerDataSource for reuse #88

Closed
msaps opened this issue Jul 3, 2017 · 1 comment
Closed

Redesign PageboyViewControllerDataSource for reuse #88

msaps opened this issue Jul 3, 2017 · 1 comment
Assignees
Milestone

Comments

@msaps
Copy link
Member

msaps commented Jul 3, 2017

The current way of loading a PageboyViewController with view controllers requires them all to be initialised in one go, which is expensive and probably not so great with larger numbers of pages.

PageboyViewControllerDataSource should be redesigned to better support view controller reuse and improve its memory/performance footprint.

@msaps
Copy link
Member Author

msaps commented Jul 3, 2017

As this will introduce breaking API changes, this will be done as part of v2.0.0 and released along with Swift 4.0 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants