问题标签 [ezswipecontroller]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
217 浏览

uipageviewcontroller - 如何锁定视图控制器的滑动?

在 UIPageViewController 中,如何锁定滑动并只允许通过按钮前进?

我有三个 VC,VC2 是 homeVC,所以一个人可以向左或向右滑动进入 VC1 或 VC3。VC3 有一个 tableView。

在 VC3 上,向右滑动会带我到 VC2,向左滑动会显示它之后什么都没有。我想禁用这个向左滑动,这样我就可以实现 tableView 的单元格编辑选项。这可能吗?

来源:https ://github.com/goktugyil/EZSwipeController/issues/7

0 投票
0 回答
136 浏览

ios - 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 viewControllers that I already have but I don't understand where to place presentViewController(EZSwipeController(), animated: true, completion: nil) and which segue connections should be created on the storyboard. Also can I leave my viewControllers embedded in the navigation controller or will this affect the functionality.

Thanks, Steve

0 投票
1 回答
385 浏览

ios - Swift canEditRowAtIndexPath 在 UIPageViewController EZSwipeViewController 中不起作用

我有以下场景,需要帮助来解决场景中的棘手情况

  1. 有一个 Xcode 项目,目前正在使用EzSwipeController在三个视图控制器之间滑动(分页效果)。

  2. 在我的第一个 ViewController 中(这个 viewController 是从我的自定义动态框架中获取的,作为我的要求的一部分) -

获取 ViewController 的代码:

  1. 其他两个 ViewController 在我的项目故事板中

问题 -

在第一个 ViewController 中,有一个 tableView 为几个单元格(电话号码)启用了 canEditRowAtIndexPath。

因此,当我尝试滑动该行时,EZSwipeController 首先响应,因此我无法编辑该行。

这是正在发生的事情 - http://recordit.co/SOJgdeYchP

这是应该发生的事情 - http://recordit.co/EBPSbjH31q

我该如何处理这个问题?当我尝试编辑行时,有没有办法可以覆盖默认的滑动控制器操作?

请帮忙!

0 投票
1 回答
941 浏览

ios - 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:

PodFile:

0 投票
2 回答
62 浏览

ios - Swift 2.3 到 Swift 3.1 迁移 - StatusBar 下的 EZSwipeViewController

我正在将我的 Swift2.3 项目迁移到 Swift3.1。作为其中的一部分,我在使用我使用的滑动控制器时遇到了麻烦 - ' ezswipeviewcontroller'。

我正在使用 Xcode8.3,并在 iOS10.3.2 设备/模拟器上进行测试。

转换之前,ViewController(带有 navigatioBar)正确显示在状态栏下方,但转换后 ViewController(带有 navigatioBar)位于状态栏下方。

我查看了 SO 解决方案并了解以下内容将起作用,但在我的情况下不起作用:-|

以下是供参考的屏幕截图 -

转换前截图 转换后截图

0 投票
2 回答
599 浏览

android-recyclerview - RecyclerView Item Swipe to Dismiss 有时会卡住

我正在使用 RecyclerView 滑动以在列表项后面显示一个操作按钮,而我的 RecyclerView 位于带有底部导航的片段中,一切进展顺利,但有时滑动停止并卡住,因此我无法完全滑动该项目。我需要你的帮助。我的代码:

主要活动中的代码:

Swipe Controller 类中的代码: