Closed pauloandreget closed 11 years ago
Can you show an example screenshot of what you are talking about? The example app is not setup to use a nav-bar, but that is independent of UAModalPanel
I'm doing this:
UAModalPanel *modal = [[FriendSelectGroupView alloc] initWithFrame:self.view.bounds]; [self.view addSubview:modal]; [modal showFromPoint:[self.view center]];
I want hide navigation bar too.
Don't add the panel to self.view
, which is only the view below the panel. Add it to a full screen view such as the navigation controller's view.
All examples I saw, UAModalPanel hides the navigation bar, but when I have implemented in my project, the navigation bar doesn't hide. I use in TableViewController.