如何在XIB文件中点击UIButton时执行segue

时间:2015-11-04 10:52:24

标签: ios iphone xcode swift

enter image description here

我有一个XIB文件(图像的右侧),里面有一个按钮。然后将XIB文件(或UIView)添加到商店视图控制器(最左侧,红色框)。

我需要按下XIB文件中的按钮,以便我可以从Shop VC执行segue到另一个VC(图像中的中间VC)。

这样做的任何方法?

1 个答案:

答案 0 :(得分:1)

单击按钮时在Shop VC中调用此方法

 self.performSegueWithIdentifier("segueId", sender: nil)