从不同的视图控制器中提取CGRect变量

时间:2016-09-21 17:51:58

标签: ios swift

我需要在不同的视图控制器中引用CGRect值,而不是为此函数创建它:

@IBAction func Pg5(sender: AnyObject) {

    let frame1: CGRect

    scrollRectToVisible(, animated: true)
}

我怎么能这样做?

0 个答案:

没有答案