IBDesignable View Rendering times out

后端 未结 5 2024
离开以前
离开以前 2020-12-14 16:26

I\'ve been working on an app on and off for a few months starting with the first XCode 6/iOS 8 beta release. One of my favorite features added is live rendering, made possib

5条回答
  •  轮回少年
    2020-12-14 17:32

    Apparently I needed to override init(frame: CGRect) along with init(code: NSCoder).

    Got it working! If anyone could care to explain why this wasn't working, that would be great. Otherwise, I'm fine here.

提交回复
热议问题