PagingKit icon indicating copy to clipboard operation
PagingKit copied to clipboard

Can I preload all contentViewControllers?

Open richoh86 opened this issue 3 years ago • 1 comments

Hi~!

I tried to preload all contentViewControllers before I tap the menus but It doesn't seem to work. Is it impossible to load all contentViewControllers before tap or swipe the menu?

Thank you!

richoh86 avatar May 27 '21 07:05 richoh86

@richoh86 I'm sorry for the late reply...

Is it impossible to load all contentViewControllers before tap or swipe the menu?

It's not possible, because PagingKit saves an app's memory. I recommend that you make view controllers as needed.

kazuhiro4949 avatar Jul 19 '21 13:07 kazuhiro4949