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

Implementing Init #2

Closed
chrisnovello opened this issue Nov 22, 2015 · 4 comments
Closed

Implementing Init #2

chrisnovello opened this issue Nov 22, 2015 · 4 comments

Comments

@chrisnovello
Copy link

Hi! Any reason to leave init?(coder) unimplemented? Would this:

public required init?(coder aDecoder: NSCoder) {
    super.init(coder: aDecoder)
}

cause any problems?

@Esqarrouth
Copy link
Owner

Personally not using storyboards to call this. If you are calling from storyboards and there needs to be additions, both in code and readme, feel free to implement them and send a pull request.

@derickito
Copy link

The solution by @paperkettle works like a charm

@Esqarrouth
Copy link
Owner

Feel free to send a pull request

@Esqarrouth
Copy link
Owner

Fixed this in here:
18427b8

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

3 participants