【发布时间】:2015-09-19 11:21:11
【问题描述】:
我使用了快速自动布局。
这是代码
overlayView.setTranslatesAutoresizingMaskIntoConstraints(false)
这在 iOS 8 中完美运行。但在 xcode 7 中它不起作用。它给出了错误
Value of type 'UIView' has no member setTranslatesAutoresizingMaskIntoConstraints
【问题讨论】: