Questions tagged [ecslidingviewcontroller-2]

ECSlidingViewController v2 is a view controller container that manages a layered interface, commonly known as the “Side Menu”, “Slide Out”, “Hamburger Menu/Drawer/Sidebar”, etc… v2 is iOS 7+ specific.

22 questions
0
votes
1 answer

Disappearing accessoryInputView on menu open

I am using ECSlidingViewController in my project and I also have a messages view, in which I have an accessoryInputView to imitate the iOS Messages app. Now when I open my menu on this view, the accessoryInputView slides down and is nowhere to be…
vrwim
  • 13,020
  • 13
  • 63
  • 118
0
votes
1 answer

ECSlidingViewController with UIScrollView

I have setup the ECSlidingViewController as shown in the examples. It works without problems for standard viewControllers. But the main vc of the app has the following hierarchy: NavigationController UIView of ContentController this controller…
0
votes
2 answers

ECSlidingViewController with Push and Unwind Segue

I am using ECSlidingViewController with storyboards. ECSlidingVC is my root (starting) controller. My left menu is a TableView with static cells, and my TopViewController is a navigation controller. I want to have a single NavigationController for…
0
votes
1 answer

Need advise in implementing ECSlidingViewController

I am trying to deploy from scratch something like BasicMenu example. Steps are already done: ECSlidingViewController created in storyboard with proper User Defined Runtime Attributes and set as init view. MenuViewontroller created with identifier:…
fir
  • 387
  • 1
  • 3
  • 19
0
votes
1 answer

Preventing Sliding When Top View is Off Screen

So I've been playing around with the examples included with ECSlidingView. In the BasicMenu Example: I've placed 20 rows in the Settings table view. When I open the menu, the table view in settings continues to slide if I touch it. In the…
0
votes
3 answers

Programmatically changing view in ECSlidingViewController

I'm trying to programmatically change the selected menu item and the displayed topViewController. In other words, I'm trying to do the same one does to change the selected tab in UITabBarController: [self.tabBarController…
Tom Kraina
  • 3,569
  • 1
  • 38
  • 58
0
votes
2 answers

Can ECSlidingViewController2 been used with both a left and right bar button?

Does anyone know if ECSlidingViewController2 can be used with both a left and a right UIBarButtonItem at the same time? Each of the examples only show a single button used on the left of the navigation…
1
2