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

can i use self.revealViewController.leftPresentViewHierarchically = YES; in UIView instead of Navigation UView #12

Closed alisattar456 closed 8 years ago

iDevelopper commented 8 years ago

Can you be more explicit, please?

alisattar456 commented 8 years ago

screen shot 2016-10-15 at 4 01 27 am I am Creating View like this but i don't want to use navigation bar I use simple view and want to bring view front just like navigation view screen shot 2016-10-15 at 4 00 23 am bring view to front screen shot 2016-10-15 at 4 00 49 am

alisattar456 commented 8 years ago

i am working on this creating same layout design 14627812_750646321741201_745533865_n

iDevelopper commented 8 years ago

Embed the left view controller in a navigation controller and uncheck Shows Navigation Bar:

2016-10-15_13-46-00

This is a sample:

PBRevealSample.zip

alisattar456 commented 8 years ago

Thanks Sir Enjoying Your Company