Post

Replies

Boosts

Views

Activity

Reply to No suitable image found.
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.
Aug ’21