All Questions
Tagged with ecslidingviewcontroller xcode
8 questions
1
vote
0
answers
106
views
Issue While Pushing New ViewController
I am using ECSlidingViewController.
What I want that if my app is first launch the I Want to show Terms and Conditions and when User Accepts it then I am changing ViewController to ...
0
votes
1
answer
648
views
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 ...
2
votes
0
answers
115
views
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 ...
-1
votes
3
answers
891
views
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 "...
0
votes
1
answer
41
views
Trying to compile a .a library file from ECSlidingViewController
I think my problem is due to my lack of knowledge with native iOS development. I am working on a Xamarin project and wanted to create a native binding to the ECSlidingViewController library. To do ...
0
votes
1
answer
583
views
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 ...
1
vote
2
answers
3k
views
Present modal view controller from ECSlidingViewController
In my app I have an ECSlidingViewController declared as initial root controller via Storyboard. In my AppDelegate's didFinishLaunchingWithOptions method, I instantiate it as above:
self....
1
vote
3
answers
620
views
ECSlidingViewController resignFirstResponder when page slide
I need resignFirstResponder when a page slide with ECSlidingViewController.
If i use UIPanGestureRecognizer for that. Thats override ECSlidingViewController and cant slide page after use that.