标签: swift3 xcode8 ios10 ibdesignable ibinspectable
我正在运行XCode 8.1,无法在Xcode中显示我的IBInspectable属性。 XCode 8.1(swift 3)在这个领域有任何已知问题吗?或者我在这里尝试做什么的任何问题?
步骤:
代码:
import UIKit @IBDesignable class customControl : UIView { @IBInspectable var customAttribute: UIColor = UIColor.blue }