square/Paralayout

Cannot use Label class in Storyboard

kirankunigiri opened this issue · 2 comments

I can create instances of the Label class programmatically, and they will work fine. However, when I try to use a Label in Storyboard by changing a UILabel's class to Label, it gives me the "fatal error: init(coder:) has not been implemented" error. Can they only be used programmatically?

You know, that may be stale logic. I suspect we could remove both initializer overrides in the class.

This will be obsoleted with #19