我在將Xcode 6.2升級到Xcode 7.0.1後得到此錯誤消息。Swift - 無效使用'()'調用非函數類型的值'[NSLayoutConstraint]'
/Users/ZERO/Documents/Xcode/XXXXX/Library/SegmentedControl/SegmentedControl.swift:161:36: Invalid use of '()' to call a value of non-function type '[NSLayoutConstraint]'
我的代碼
let constraints = mainView.constraints()
請指點。謝謝。
您是否在UIView文檔中查找「約束」通貨膨脹?它是*屬性*,而不是方法。 –