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

initWithNibName not working for UIViewControllers #74

Open
jurico opened this issue Nov 25, 2011 · 0 comments
Open

initWithNibName not working for UIViewControllers #74

jurico opened this issue Nov 25, 2011 · 0 comments

Comments

@jurico
Copy link

jurico commented Nov 25, 2011

Is there a plan to add this support?

I see following code in UIViewcontroller.m:

  • (id)initWithNibName:(NSString *)nibName bundle:(NSBundle *)nibBundle
    {
    if ((self=[super init])) {
    _contentSizeForViewInPopover = CGSizeMake(320,1100);
    _hidesBottomBarWhenPushed = NO;
    }
    return self;
    }
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