-
gesture function on CameraBaseCropView doesn't work well. It always can't make image "transform" to the right position or right size. Can you optimize the gesture function(panGesture, pinGesture)?
-
Hi,
I am presenting a tableview in Drawer.
I tried to implement Swipe option in tableview cell using "trailingSwipeActionsConfigurationForRowAt".
I found that TableView's swipe gesture has confli…
-
Hello ,
I want to set any value in 'minimumPressDuration' of UILongPressGestureRecognizer.
But, I do not have a better idea.
Can you add this feature?
-
I implemented horizontal swiper and it is swiping both left and right.
But I want to disable left swiping so I used pangesture to disable it but it is weird.
How can I disable it?
-
How about using useNativeDriver for the Animation?
The reaction speed seems too slow when moving with a scroll in ExpandableCalendar. I wonder if this is because useNativeDriver is not being used, …
-
### New Issue Checklist
- [x] Updated `RangeSeekSlider` to the latest version
- [x] Checked [Gitter](https://gitter.im/WorldDownTown/RangeSeekSlider)
### Issue Description
I am using the…
-
![iOS Simulator Screen shot Jan 18 2013 3 21 12 PM](https://f.cloud.github.com/assets/2078653/77470/11527362-6140-11e2-8c11-7534356983c0.png)
As screenshot attached. Once you swipe on top or bottom f…
DJBen updated
10 years ago
-
Hi,
I want to show the menu in full screen width and close it with a swipe (similar to opening it with a swipe) is this possible?
I know that I can vary the menu's width with
``` objc
-(CGFloat) le…
aiQon updated
10 years ago
-
### Description
I have created the ContomView, which is derived from CustomLayout. CustomView has 2 children that are derived from contentView. The second child has the PanGestureRecognizer. While …
-
前端监听了touchstart touchMove等事件对native组件进行侧滑操作。native组件上的播放进度条也添加了panGesture。在拖动进度条时会同时触发前端的侧滑操作。 有什么方式解决吗?