的
<SignUpViewController>
提出
<UITabBarController>
這已經是呈現
<UIAlertController>
這裏是我的代碼
let alertController = UIAlertController(title: "Success", message: "Back", preferredStyle: UIAlertControllerStyle.Alert)
alertController.addAction(UIAlertAction(title: "true", style: UIAlertActionStyle.Default,handler: nil))
self.presentViewController(alertController, animated: true, completion:nil)
let MyPage = self.storyboard?.instantiateViewControllerWithIdentifier("tabBarController")
presentViewController(MyPage!, animated: true, completion: nil)
我看到一些答案讓我用viewdidappear什麼的,但我仍然困惑,不知道該怎麼辦那我花了好幾個小時沒有,請幫我修好是問題,非常感謝!
當u刪除 「presentViewController(我的空間....)」,做了警戒工作? – rnsjtngus
@rnsjtngus警報正在工作,但Mypage沒有顯示 –
把presentViewController函數調用在警報完成處理程序 – rnsjtngus