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

Method possibly missing a [super awakeFromNib] call #4

Open
puyanlin opened this issue Mar 28, 2017 · 2 comments
Open

Method possibly missing a [super awakeFromNib] call #4

puyanlin opened this issue Mar 28, 2017 · 2 comments

Comments

@puyanlin
Copy link

Is there any reason it should not call [super awakeFromNib] in awakeFromNib ?
- (void)awakeFromNib { [self setup]; }

there is show this warning in latest Xcode version (8.3), can you help us fix this?
thank you very much!
I love this repo, it's help me a lot.

@sibljon
Copy link
Contributor

sibljon commented Mar 28, 2017

I don't think so. If you submit a pull-request, we'll get it merged. Good call, and thanks @puyanlin !

@puyanlin
Copy link
Author

puyanlin commented Apr 5, 2017

ok, I just sent a pr for this issue, thank you.
screen shot 2017-04-05 at 12 24 26 pm

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

2 participants