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.
Questions tagged [ecslidingviewcontroller-2]
22 questions
3
votes
1 answer
ECSlidingViewController 2 landscape with Right Side Menu have bug
I found the ECSlidingViewController when rotate to landscape, the size of the view is not adjusted. so there is a big blank background shown. it works great in portrait.
this only happen on right side menu.
Please find the screen capture here…

user3491799
- 322
- 4
- 16
2
votes
0 answers
ECSlidingViewControler will not reset top view after anchoring top view
I call anchorTopViewToRightAnimated: onComplete: and then call resetTopViewAnimated: in the completion block, but it doesn't reset. Everything else in the completion block executes fine. Even calling anchorTopViewToRightAnimated: and…

NSExceptional
- 21
- 4
1
vote
0 answers
ECSlidingviewcontroller-2 : Trying To Achieve Bounce Animation
I'm using ecslidingviewcontroller 2 and i'm trying to make a bouncy animation when open the off-canvas menu or close it ..
I know it should be in the method
- (void)animateTransition:(id )transitionContext…

Mohamed Emad Hegab
- 2,665
- 6
- 39
- 64
1
vote
1 answer
Swipe down modal VC like in iOS8 MailApp
I want to implement ability swiping down modal VC almost to the end, and with swiping up - return to the place. I tried do it with ECSlidingViewController (with zoom effect), but I have custom tabBar and I couldn't do that. I tried make it…

daleijn
- 718
- 13
- 22
1
vote
2 answers
How do i build 3D transform in iOS for ECSlidingViewController?
I want to build a some special animation based https://github.com/ECSlidingViewController/ECSlidingViewController.
The Zoom animation is like below image.
I just want to rotate the main view controller by PI / 4. Like below image.
I had tried to…

Danil Chernokalov
- 755
- 1
- 10
- 31
1
vote
0 answers
Disable the topViewController
Is it possible to disable the topViewController when the slidingViewController is open? I'm using ECSlidingViewController version ~1.3 and when I expose the menu the topViewController isn't touchable. However, in a new project I am using the latest…

jmurphy
- 1,891
- 3
- 22
- 28
1
vote
0 answers
UIDynamics dragging unresponsive after clicking Menu button
I'm trying to implement UI dynamics from the example at https://github.com/ECSlidingViewController/ECSlidingViewController on my project and my screen gets unresponsive after pressing my Menu button which runs the following…

betzerra
- 839
- 1
- 8
- 17
1
vote
0 answers
Slide out viewcontroller from right of screen
I want to create a slide out menu from the right of my main view controller. However I want the slide out menu to appear on top of the main view and not push it to one side.
I've looked at ECSlidingViewController 2 and it allows sliding out from…

Robert J. Clegg
- 7,231
- 9
- 47
- 99
0
votes
1 answer
Show ECSlidingViewController on top of the TopViewController
I have my projet running smooth but I don't want my project to anchor on top right side. Is there a way to make the ECSlidingViewController show on top of its topViewController.
Thanks

Bryan ORTIZ
- 306
- 3
- 17
0
votes
1 answer
Slide Menu in IPhone App using ECSlidingViewController
I am trying to use ECSlidingViewController in my Iphone app (Using Storyboard).
I have 5 ViewControllers.
Login
MainSelection
FirstView
SecondView
MenuView
In the above controllers i have "Menu" Button on FirstView & SecondView
on click of "Menu"…

user3311016
- 29
- 6
0
votes
1 answer
Setting up ECSlidingViewController Basic Menu Example
I am new to IOS development. I am trying run ECSlidingViewController (2.0.3) Basic Menu Example. However, the build fails and I get the following error:
ld: library not found for -lECSlidingViewController
linker command failed with exit code 1 (use…

Marco Lau
- 107
- 1
- 9
0
votes
1 answer
ECSlidingViewController2 - hidden menu tappable with VoiceOver on
When using ECSlidingViewController2, How can we prevent the under left menu from being tapped with VoiceOver on and the menu is under the top view? Try the BasicMenu example. When on the Home view, you can tap the options on the menu underneath.

Jason Hocker
- 6,879
- 9
- 46
- 79
0
votes
2 answers
Hide menu bar in ECSlidingViewController in an option in swift
I am using ECSlidingViewController for the menu navigation. I have a option logout on which on selection logout the user. When the user login agin the menu bar will be visible instead of hidden. Swift code to hide the menu bar on logout…
0
votes
2 answers
Can I have two ECSlidingViewController Drawer from left and right?
I want to have two Drawer menus, one from left another from the right.
Is it possible using ECSlidingViewController 2. If no then can you suggest the better way to achieve the same?

rahulg
- 2,183
- 3
- 33
- 47
0
votes
1 answer
Set the topViewController before loading ECSlidingViewController
I am following this tutorial to make a Sliding app.
I have added the ECSlidingViewController in my project.
I have performed only few steps from the tutorial then I have encountered the error.
I have written nothing in code except the code from…

Rahul
- 5,594
- 7
- 38
- 92