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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: