Questions tagged [ecslidingviewcontroller]

ECSlidingViewController is a view controller container that manages a layered interface. The top layer anchors to the left or right side of the container while revealing the layer underneath it. This is most commonly known as the “Side Menu”, “Slide Out”, “Hamburger Menu/Drawer/Sidebar”, etc…

Open source Side Menu for iOS (). Available on GitHub.

  • Panning gesture to move top view can be set on any UIView (). It is most likely a navigation bar or the whole top view itself.
  • Configurable anchor positions, with automatic adjustments for orientation change.
  • There are no assumptions about the size and layout of the views under the top view. See the underLeftWidthLayout and underRightWidthLayout properties if you need a common layout.
  • The child views can be changed at anytime.
  • Child view controllers can be an instance of UIViewController () or any subclass of UIViewController including UINavigationController () and UITabBarController ().
  • iPad () support.
163 questions
0
votes
1 answer

Button Navigation in ECSlidingViewController

I have used ECSLidingViewController for navigation which works fine in my project. The problem i am facing is, i have four buttons on the main screen. When i navigate to other screens using these buttons the sliding menu dosent work on that screen.…
LeXeR
  • 214
  • 3
  • 20
0
votes
2 answers

ECSliding, referece RightController in AppDelegate

I'm using ECSliding and I have this problem! I have a topView and two menus, left (LeftViewController) right (RightViewController) both UIViewController. I want to give a reference to the right view controller, to the left view controller, in…
0
votes
1 answer

ECSliding, change underLeftViewController

I'm using ECSliding and I have this problem! In my project there are this files: InitViewController (ECSlidingController) FirstViewController (UIViewController) SecondViewController (UIViewController) LeftMenuViewController…
Tortuga
  • 97
  • 3
  • 10
0
votes
1 answer

Wrong presentingViewController when doing modal segue (using ECSlidingViewController)

I present signup view controller modally from login view controller. My initial view controller is login view controller and when I present signup view controller modally, there is nothing wrong, but something wrong is occurring when I use…
0
votes
1 answer

Opening a ECSlidingViewController from a Normal View Controller

I'm using ECSliding and I have this problem! In my project there are this files: InitViewController (ECSlidingController) FirstViewController (UIViewController) SecondViewController (UIViewController) LeftMenuViewController…
Tortuga
  • 97
  • 3
  • 10
0
votes
2 answers

Adjusting UITable/Cell width

I've been working on an app which has included the ECSlidingViewController project to give me a navigation that I can slide in from the left. The navigation links are in an NSArray and displayed dynamically into a UITable using the following piece…
Jamie Gordon
  • 61
  • 1
  • 8
0
votes
1 answer

iOS App ECSlidingViewController: add new viewcontroller and transient to it

I use ECSlidingViewController in my App. There're four ViewControllers come with the sample code. These four ViewControllers corresponds to four option in the "MenuViewContoller". Now I want to add a TableViewController in the…
Peng
  • 434
  • 5
  • 14
-1
votes
3 answers

ECSlidingViewController property not found?

I am trying to use ECSlidingViewController in my app and have run into an issue while trying to use this tutorial: https://www.youtube.com/watch?v=HqFFjmhoO1c. I am trying to access the "underleftwidthlayout" function and its saying it doesnt exist…
adminbanks
  • 39
  • 6
-1
votes
1 answer

ECSlidingViewController bound using Xamarin causes crash

I am using a binding project to wrap ECSlidingViewController for use with MonoTouch/Xamarin. I have this setup. However when I attempt to open the menu (by triggering a segue on button click) the app crashes with no error report, nor anything in the…
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
-1
votes
1 answer

ECSlidingViewController Set left menu at runtime

Is it possible and how to change the left menu from ECSlidingViewController at runtime? I want to be able to change the language during runtime and this to affect all the views as well as the left menu items. What I noticed is that viewdidload event…
Lyubomir Velchev
  • 962
  • 2
  • 11
  • 30
-1
votes
1 answer

ECSlidingViewController left and right slide

I am very new to iOS and I am trying to do simple slide left and right on my application. I use pod file to add ECSlidingViewController, however it seems to be very difficult to have slide left for menus and slide right for more options. Is it any…
-1
votes
2 answers

ios - ECSlidingViewController "reason: '*** -[__NSArrayM insertObject:atIndex:]"

I'm using the following pages -MenuViewController -ViewController(Main) -ListViewController ECSlidingViewController created using the menu. ViewController (main) menu on page directly open, but when I try to open a subpage menu with the following…
-1
votes
1 answer

Remove Gesture for view while Sliding Menu Activated

i'm using ECSlidingViewController and i've a problem when using pan Gesture to open the sliding menu the tableview in the main view still have the scrolling gesture i need to remove the gesture of the main view and add it back when it slide back
Mohamed Emad Hegab
  • 2,665
  • 6
  • 39
  • 64
1 2 3
10
11