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

XIB support #100

Open
Gargo opened this issue Mar 30, 2023 · 0 comments
Open

XIB support #100

Gargo opened this issue Mar 30, 2023 · 0 comments

Comments

@Gargo
Copy link

Gargo commented Mar 30, 2023

Is your feature request related to a problem? Please describe.
there are a lot of cases when you setup UIImageView inside xib file but your lib forbids that

Describe the solution you'd like
support xibs. Currently your lib fails on:

required public init?(coder: NSCoder) {
        fatalError("init(coder:) has not been implemented")
    }

Describe alternatives you've considered
Alternative libraries support that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant