EndouMari / TabPageViewController

Paging view controller and scroll tab view
MIT License
1.39k stars 221 forks source link

Add support for lazy initialize #88

Closed watanavex closed 6 years ago

watanavex commented 6 years ago

If tabItems (TabPageViewController's property) is too many, use many memory. So, I needs support for lazy initialize of UIViewControllers.

I tried to keep compatibility. However, I think we lost simplicity....