什麼是使用UIPageViewController的首選方式?我應該繼承UIPageViewController嗎?
UIPageViewController的子類,也使用該對象作爲自己的數據源?
創建一個容器VC並添加一個UIPageViewController作爲它的子VC? (以容器VC爲數據源)
優點/缺點要麼讚賞。
什麼是使用UIPageViewController的首選方式?我應該繼承UIPageViewController嗎?
UIPageViewController的子類,也使用該對象作爲自己的數據源?
創建一個容器VC並添加一個UIPageViewController作爲它的子VC? (以容器VC爲數據源)
優點/缺點要麼讚賞。
方法#2是優選的。如果您使用#1,則可能遇到this layout issue。此外,UIPageViewController
有許多readonly
屬性,使用組合而不是繼承將鼓勵您按照設計的方式使用它。