2017-06-01 89 views

回答

0

寫在行動等作爲,

let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil) 
    let nextViewController=storyBoard.instantiateViewController(withIdentifier:"signUpView") 
    self.navigationController?.present(nextViewController, animated: true, completion: nil); 
+0

錯誤:/用戶/尤拉/桌面/ 3/CustomCalloutView /CustomCalloutView.swift:26:9:類型'CustomCalloutView'的值沒有成員'navigationController' –

+0

使用導航控制器作爲根視圖。嵌入導航控制器在初始視圖控制器 –

+0

Emded - 導航控制器 - 禁用按鈕的 –