Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use Label class in Storyboard #5

Closed
kirankunigiri opened this issue Aug 8, 2017 · 2 comments
Closed

Cannot use Label class in Storyboard #5

kirankunigiri opened this issue Aug 8, 2017 · 2 comments
Labels
obsolete This is no longer an issue due to unrelated changes in the project

Comments

@kirankunigiri
Copy link

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?

@pwesten
Copy link
Collaborator

pwesten commented Aug 18, 2017

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

@NickEntin
Copy link
Collaborator

This will be obsoleted with #19

@NickEntin NickEntin added the obsolete This is no longer an issue due to unrelated changes in the project label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
obsolete This is no longer an issue due to unrelated changes in the project
Projects
None yet
Development

No branches or pull requests

3 participants