iDevelopper / PBRevealViewController

A UIViewController subclass for revealing a left and/or right view controller above or below a main view controller.
MIT License
80 stars 16 forks source link

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

Closed jaisan123 closed 6 years ago

jaisan123 commented 6 years ago

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 commented 6 years ago

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 commented 5 years ago

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

iDevelopper commented 5 years ago

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?