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
Apparently I needed to override init(frame: CGRect) along with init(code: NSCoder).
init(frame: CGRect)
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.