我一直在使用swift和xcode的pageViewController。我在xcode中使用了默認模板,並創建了一個pageViewController應用程序。但是現在我想在pageViewController上放置一個按鈕,該按鈕顯示在所有pageViewControllers上,並且當點擊該按鈕時,pageViewController被解除,並顯示RootViewController屏幕。 我已經寫了這行,但這沒有做什麼。關閉PageViewController並加載一個新的ViewController
self.dismiss(animated: true, completion: nil)
但是這沒有幫助。你能告訴我,我怎麼能做到這一點? 謝謝。
請避免鏈接唯一的答案。看到這裏爲什麼:https://meta.stackexchange.com/a/8259 – Connor
@ConnorG編輯,謝謝! – Grady
我沒有導航欄。我有視圖控制器,右下角有一個按鈕。 –