EZSwipeController icon indicating copy to clipboard operation
EZSwipeController copied to clipboard

:point_up_2: UIPageViewController like Snapchat/Tinder/iOS Main Pages

Results 24 EZSwipeController issues
Sort by recently updated
recently updated
newest added

There's an issue with the constraints for UITableViewControllers initialized in EZSwipeController. The UINavigationBar seems to cover parts of the top view. ALSO, the scrolling conflicts with the UIPageViewController navigation. For...

I have 3 view controllers, but I'd like the second one to be able to swipe down to another view controller. How would I implement this?

Need help while adding tabbarcontroller as a subview of scrollview. Tabbar not switching the views when clicked on tabs after adding it to the scrollview. When I initialise the storyboard...

It will be nicer if we can disable the scroll to make it more like snapchat style.

Hi, I really enjoy this project- thanks for making a really useful tool! I have recently noticed a strange issue with the icons in my navigation bar, which are transparent...

bug

I have view where top text is 5px below top layout guide.bottom. But rendering on IOS8 (IOS9 is ok), top layout is ignored and my text ends up overlapping the...

bug

I added the EZSwipeController to my project, but it is not my rootViewController. On the first VC returned (index 0), I added a custom button on the left side to...

Is there a way to hide the navigation based on the current VC? For example, I retrned 4 VCs : return [firstLevelVC, secondLevelVC, thirdLevelVC, fourthLevelVC] and I want the UINavigationBar...

question

@goktugyil I would like to be able to have my last view controller appear right above my second last so to maintain context. [Much like this example.](https://dribbble.com/shots/1643937-Snapchat-Design-Improvement-Idea) ![snapchat_concept](https://cloud.githubusercontent.com/assets/2222881/18688926/7d9a1012-7f54-11e6-8947-730a84d2217a.gif)

enhancement
question