0

enter image description here

this code is for the item button.if we click it this code have to run but for me not entered into it while i make it as a third view controller.

 if ( revealViewController )
        {
            [self.sidebarbutton setTarget: self.revealViewController];
             NSLog(@"sidebar=%@",sidebarbutton);
            [self.sidebarbutton setAction: @selector(revealToggle:)];

            [self.view addGestureRecognizer:self.revealViewController.panGestureRecognizer];
        }
Kishore kumar
  • 143
  • 1
  • 14

1 Answers1

1

step-1

add your signup view controller to UINavigationController enter image description here

Step-2

enter image description here

Step-3

when your sign up process is completed , call the segue

 [self performSegueWithIdentifier:@"youridentifierName" sender:self];
Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
  • bro super i got the answer one more doubt can i use the single reveal view controller to many view controller – Kishore kumar Jul 15 '15 at 13:05
  • actually real view controller used for access the many view controllers – Anbu.Karthik Jul 15 '15 at 13:20
  • I am placed many view controller and each view controller have item bar if I press that the reveal view controller have to display – Kishore kumar Jul 15 '15 at 14:11
  • Is there any possibility – Kishore kumar Jul 15 '15 at 14:11
  • where u download the swlrevalVIewcontroller that place u get the sample project check once if you are not get the answer reply me – Anbu.Karthik Jul 15 '15 at 14:19
  • Ok bro I will check tomorrow thanks to guide me today.tomorrow morning I will check – Kishore kumar Jul 15 '15 at 14:21
  • single reveal view controller is possible to call multiple(sw_front) ,is it possible bro. – Kishore kumar Jul 16 '15 at 07:01
  • single real view controller handle the **n** times of view controllers bro, just assign root view controller of swbreval view controller you can assign "sw_front", else view controller no need bro\ – Anbu.Karthik Jul 16 '15 at 07:03
  • i have 6 view controller first view controller is sign up ,then next view controller is swbreval,other 4 view controller have navigation bar button.each button need to access the same swbreval view [in this case problem arise for me the multiple front view is there what can i do. – Kishore kumar Jul 16 '15 at 07:20
  • u reffered the tutorial or not , I used last 8 projects in swl real view controller , you can add the only one view it is enough balance view controllers automatically added the sub view of SWL reval View controller – Anbu.Karthik Jul 16 '15 at 07:25
  • take this [link](https://www.sendspace.com/file/j78iq5) --- here you can get sample project – Anbu.Karthik Jul 16 '15 at 07:39