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 was archived by the owner on Jul 7, 2022. It is now read-only.
Currently the PageViewControllerManager caches it's children so each view controller is being called/instantiated only once. However there is no mechanism to clear that cache. So what needs to me done is:
Add a function that clears all the cache
Add a function that will clear the cache for a view controller at a specific index.
Currently the
PageViewControllerManagercaches it's children so each view controller is being called/instantiated only once. However there is no mechanism to clear that cache. So what needs to me done is: