XLPagerTabStrip
XLPagerTabStrip copied to clipboard
Load all controllers not just the current one
Is there a way to load all controllers from the get go and not when you swipe to them?
@busu90 were you able to find a solution for this?
Sort of, you can do something like let _ = controller.view for each view controller which will force them to load
Thanks @busu90 it's perpectly working!