Questions tagged [ezswipecontroller]
6 questions
1
vote
0 answers
EZSwipeController existing storyboard implementation
So I've just discovered the cocoa controls website where I've found this control I would like to use.
I had a read through the documentation on github however it is a bit vague for me due to my level of knowledge. I want to apply this control to two…

Steve
- 4,372
- 26
- 37
1
vote
0 answers
How to lock swipe of a viewcontroller?
In UIPageViewController, how can you lock the swipe and allow only going forward through a button?
I have three VC's, VC2 being the homeVC, so a person can swipe left or
right to go to VC1 or VC3. VC3 has a tableView.
On VC3, swiping right would…

Esqarrouth
- 38,543
- 21
- 161
- 168
0
votes
2 answers
RecyclerView Item Swipe to Dismiss gets stuck sometimes
I am working on RecyclerView swipe to show an action button behind list items and my RecyclerView is in a fragment with Bottom Navigation and everything is going well but sometimes swipe stops and gets stuck so I can't completely swipe the item. I…

Mujahid Nafees
- 11
- 4
0
votes
2 answers
Swift 2.3 to Swift 3.1 Migration - EZSwipeViewController beneath StatusBar
I am in process of migrating my Swift2.3 project to Swift3.1. As a part of it, I am facing trouble with a swipe controller that I used - 'ezswipeviewcontroller'.
I am using Xcode8.3, and testing on iOS10.3.2 device/simulator.
Before conversion, the…

Lohith Korupolu
- 1,066
- 1
- 18
- 52
0
votes
1 answer
Undefined symbols for architecture arm64 (iOS)
I am not able to compile my project. It returns a Undefined symbols for architecture arm64, followed by linker command failed with exit code 1.
It always seems to fall under EZSwipeController cocoa pod in the logs. What is going on?
Log:
Undefined…

Josh O'Connor
- 4,694
- 7
- 54
- 98
0
votes
1 answer
Swift canEditRowAtIndexPath not working in UIPageViewController EZSwipeViewController
I have the following scenario and need help in resolving a tricky situation in the scenario
There is an Xcode project and am using EzSwipeController for swipe (pagination effect) between three View Controllers at the moment.
In my first…

Lohith Korupolu
- 1,066
- 1
- 18
- 52