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

I want to Move xib to pbrevealView Controller #16

Closed alisattar456 closed 7 years ago

alisattar456 commented 7 years ago

UIStoryboard storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:nil]; PBRevealViewController Object; Object=[[PBRevealViewController alloc] init];

PBRevealViewController *vc = [storyBoard instantiateViewControllerWithIdentifier:@"new"];

[self.view addSubview:vc.view];
but gesture are not working only show view and side bar is not showing check my code and correct 
iDevelopper commented 7 years ago

Can you be more explicit, I don't understand what you want to do?

alisattar456 commented 7 years ago

i want to move 1st view to 3rd view and then 3rd view back to 2nd view just as facebook only one time u give email address and password then when u close and and open again your account was open and directly go to dashboard i a making online app first you login and its save your login id after then when u close app and reopen again it checks tha login status if status=1 to goes to dashbaord without sign so so A,B,C are three view controller i want to A->C and then logout its go back to B and after then b->A

iDevelopper commented 7 years ago

This not a PBRevealViewController issue, but can you show a screenshot of your storyboard?