Xib,按钮打开ViewController

时间:2017-06-01 09:25:35

标签: swift xib

抱歉我的英文。 我有一个XIB UIView,其中有Button。 如何做到这一点,当你按下按钮,viewcontroller My XIB

My Class

1 个答案:

答案 0 :(得分:0)

像as,

一样写下行动
let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil)
    let nextViewController=storyBoard.instantiateViewController(withIdentifier:"signUpView")
    self.navigationController?.present(nextViewController, animated: true, completion: nil);