0

I use SWRevealViewController to implement sideBarMenu. It is all ok, it works fine. But now I need to create a screen, before it. This is a loading screen where user can see how new data is loading to application from server. After loading completed, I call

[self performSegueWithIdentifier:@"showApp" sender:self];

This segue is going from my loading screen to SWRevealController, but it doesn't work. It just show my Loading controller.

nabiullinas
  • 1,185
  • 4
  • 20
  • 41

1 Answers1

0

You should set segue class SWRevealViewControllerSeguePushController

Gevorg Ghukasyan
  • 406
  • 5
  • 11