Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
615 views

Sidebar menu with indicate navigationbar on iOS

I want to create sidebar menu with indicate UINavigationBar like below mention image. By using ECSlidingviewController library i have done side menu. But thing is i need to display Navigation ...
Yalamandarao's user avatar
  • 3,862
0 votes
1 answer
492 views

ECSliding ViewController Navigation Hierarchy

I'm using ECSlidingViewController (See Documentation) to achieve the sliding menu function. What I intend to do Here's the list of my ViewControllers SlidingMenu View Controller A (embedded in ...
dumbfingers's user avatar
  • 7,099
0 votes
1 answer
247 views

ECSlidingViewController - adding UITableView and segue to another ViewController

I am trying to create push segue from view. Maybe image would be best for describing: I started from sample ECSlidingViewController project (BasicMenu) and I am trying to expand first ViewController (...
Libor Zapletal's user avatar
0 votes
1 answer
210 views

Transition between two NavigationControllers with ECSlidingViewController

I am trying to accomplish something like this: My Setup is this: I have a Storyboard Setup with the SlidingViewController as the RootViewController. The Left Panel is acting as the Navigation ...
Martin Lang's user avatar
0 votes
1 answer
346 views

ECSSlidingViewController, how to move to a specific view programmatically?

I'm using an ECSSlidingViewController (on iPhone) it works perfectly but I would like to do something special. In my App I have an ECSSlidingViewController, a Menu (UITableViewController) for the ...
sebastien's user avatar
  • 2,519
2 votes
1 answer
831 views

ECSlidingViewController error (object cannot be nil) when viewWillAppear

In my app I've a navigation Controller that is connected to another viewController (root controller). In my project I've imported ECSlidingViewController.h and .m. In the viewController that will be ...
Pinturikkio's user avatar
  • 1,490
3 votes
1 answer
2k views

How can I make a navigation controller load its root view controller when it is loaded offscreen?

I use ECSlidingViewController for a side-drawer effect in my application. When my initial view loads, there is a hidden view controller with an MKMapView behind the visible view. Needing to segue from ...
user's user avatar
  • 3,446
0 votes
1 answer
305 views

Passing Data from Slide menu to UITableViewController through UINavigationViewController

How can I pass data from UINavigationController to The root UITableViewController? I have implemented the ECSlidingViewController (https://github.com/edgecase/ECSlidingViewController). User selects ...
Almas Kairatuly's user avatar
0 votes
1 answer
594 views

Integrating ECSLidingViewController for my UITaBBarController app

Am stuck up in implementing facebook slide menu kind of view using ECSlidingViewController source code [https://github.com/edgecase/ECSlidingViewController] for my requirement. My need is: I have a ...
user2552714's user avatar
0 votes
1 answer
679 views

ECSlidingViewController Callback when sliding back to main view controller?

ECSlidingViewController inherits functionality from UINavigationController and I am currently trying to use - (void)navigationController:(UINavigationController *)navigationController ...
jab's user avatar
  • 5,833