我想將pageviewcontroller
添加到我的containerviewcontroller
。但是我不知道需要使用哪個階段(Show, Show Detail, Present Modally, Present As PopOver, Custom
?)。在ContainerViewController中添加PageViewController
可選:
我知道幾個計算器研究員可能會抱怨,但我要離開這個部分可選。
我無法在containerviewcontroller
內找到合適的資源來使用pageviewcontroller
。有沒有很好的推薦資源?就清潔設計而言,建議採用何種方法?如果是這樣,我將採用這種設計方法作爲學習的機會。
看到這個例如https://www.mindstick.com/Articles/11892/uipageviewcontroller-sample-in-ios –
非常感謝Anbu,我在本教程中沒有看到storyboard segue?看來他已經添加了編程。 – hotspring
爲什麼選擇contAiner?您可以使用視圖控制器http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/ –