ios - How to jump to desired UIViewController using RESideMenu or REFrostedViewController -


This question is about a very popular Github SidMenController project named.

I started coding an application and it is working very well.

However, by the arrival of iOS8, I think that looks more modern and is a better option for me.

I have a small problem that I can no longer figure out for days

  - (zero) jumpToPlayVCversion1 {UIViewController * viewController =  

[self. Storyboard Instant Viewer Vithadityfire: @ "PlayCentron"]; UINavigationController * navCon = [[UINavigationController alloc] initWithRootViewController: viewController]; [Swayman Menu Visual Controller Set Content Vic Controller: Animacam Animated: Yes]; [Self. Left controller hidden controller]; }

It changes to a PLAY visual controller with a good transition, but the view of "PlayCentron" is found below the height of the navigation bar (about 64 pixels) for some reason.

Instead, when I use the code given below to change the VC, then the "PlayCentroler" is similar though, there are two problems: 1- No transition (this is just an animation ) And 2-applications have lost the ability to "swipe from left to right to navigation controller stack or popping menus popping up".

  - (zero) jumpToPlayVCversion2 {UINavigationController * Navigation Controller = (UINavigationController *) self.sideMenuViewController.contentViewController; UIViewController * viewController = [auto. Storyboard Institution Visualizer Winithifyfire: @ "PlayCentroner"]; NavigationController.viewControllers = @ [viewController]; [Self. Left controller hidden controller]; }  

If someone can show me a way to fill jumpToPlayVCversion3 so that the VC will not go down and the transition will be available, I will be grateful.

PS I am using the project with the storyboard.

Thanks,

iToolen Issay

Has tried it and it works very well. This hides the navigation bar, so the view of the playcontroller does not go below a navigation bar height (about 64 pixels).

  - (zero) jumpToPlayVCversion1 {UIViewController * ViewController = [auto. Storyboard Quick Drawing Controller: @ "PlayCentroner"]; UINavigationController * navCon = [[UINavigationController alloc] initWithRootViewController: viewController]; [NavCon set navigation bar: Yes]; [Swayman Menu Visual Controller Set Content Vic Controller: Animacam Animated: Yes]; [Self. Left controller hidden controller]; }  

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

android - how to get distance of 2 beacons and make a condtion base on that distance -