Custom view has this code and if I remove @IBDesignable error disappears.
@IBDesignable
class cCustomView: UIView {
@IBInspectable var demoString: String?;
override func prepareForInterfaceBuilder() {
super.prepareForInterfaceBuilder();
}
}
Screen shot with error:
Apple engineers, how can I fix this error and get Interface Builder to work?
I don’t think you released a non-working product.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: