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.