Skip to content
New issue

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

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

Already on GitHub? # to your account

Added storyboard support and variables names to block declarations #79

Closed
wants to merge 2 commits into from

Conversation

jonasman
Copy link

Added variable names to block declarations to help in code completion
Added InitWithCoder to support Storyboards

Joao Nunes added 2 commits August 14, 2013 13:48
Fixed initWithCenterViewController:leftDrawerViewController:rightDrawerViewController: to configure the Drawer properly
@kcharwood
Copy link
Contributor

I brought over 23d7efb in #80, and updated the header as well.

I'll need to circle back on the storyboard.

@kcharwood
Copy link
Contributor

Thanks for the pull request, but @TomSwift has this handled with #81 .

🍻

@kcharwood kcharwood closed this Aug 14, 2013
@jonasman
Copy link
Author

Hi I added an extra fix that you might need to consider:
in the initWithCenter blalala i also called the common init. It must be also done.

@kcharwood
Copy link
Contributor

@jonasman initWithCenter:... goes through [super init], which UIViewController forwards through initWithNibName:..., which has the call to commonSetup.

@jonasman
Copy link
Author

Good then!

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

Successfully merging this pull request may close these issues.

2 participants