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

how to present a new viewController without hiding the bottom tab bar? #44

Closed
jaisan123 opened this issue Jan 31, 2018 · 3 comments
Closed

Comments

@jaisan123
Copy link

Im using pbreveal viewController to show side menu that comes over the bottom tab bar.Means,the side menu comes over the bottom bar and covers it. Now i want to present a new viewcontroller without hiding the bottom tab bar.

I mean i have 2 tabs.tab 1 and 2.On clicking a button in tab 1, i need to present a new vc that comes just above the bottom tabbar and covers vertically as usually presentation is going on. When im trying to do it,the new vc covers the entire screen.how can i begin the presention just above the tabbar .please help me

@iDevelopper
Copy link
Owner

Please have a look at Example3Swift witch present the side menu above the tab bar controller view:

Simulator Screen Shot - iPhone 8 Plus - 2018-01-31 at 16.48.23.png.zip

@MiGhorbani
Copy link

In that example you don't change the view, the changes happen in Main view

@iDevelopper
Copy link
Owner

iDevelopper commented Dec 12, 2018

Do you want to present this new view controller with PbRevealViewController or with a navigation controller or modally? Is this new view controller can reveal the side controller?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants