sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
252 stars 74 forks source link

how to remove UINavigationBar ? #79

Closed joindn closed 8 years ago

vitalys commented 8 years ago

Try to remove it from content view controller

joindn commented 8 years ago
    //UINavigationController *contentViewController = [[UINavigationController alloc] initWithRootViewController:settingsViewController];
    settingsPopoverController = [[WYPopoverController alloc] initWithContentViewController:settingsViewController];

It works.