-
Hello,
I updated the pod to latest version and I got this crash on deinit func. It wasn't occur earlier version and I examined the relaese notes.
I saw there is a method added, on v.2.0.0
Commi…
-
Repro steps:
1. Run PanGesture.WPF sample.
2. Attempt to drag image.
Expected: Image moves.
Actual: Image does not move.
I tested on the following platform:
Windows 10.0.17134.165
Visua…
-
Hi,
Firstly, thanks for the library. It's saved me a lot of time.
I have a UIBarButtonItem in my NavigationController that runs a revealToggle: on press. That's pretty standard. But I'd like to mimi…
-
I'm trying to implement a zoom feature for an `iCarousel` item view. This is my code :
```
NSString *pathToHDImage = [documentsFolderPath stringByAppendingPathComponent:solution.localHDURL];
…
-
my RightViewController is FullScreen,and has a horizontal Scrollview,the scrollview has four pages. When in first page, swipe to right, I hope to open the CenterViewController, how to deal with the co…
-
hi,A very good framework.
How to make ZoomGesture and PanGesture do not conflict, automatic recognition of one gesture?
Thank you very much!
lincx updated
9 years ago
-
How to pangesture working in mapview of gsm map. I can't swipe to show Left Menu in map view
Thanks for watching :)
-
self.panGesture = [[WMPanGestureRecognizer alloc] initWithTarget:self action:@selector(panOnView:)];
[self.view addGestureRecognizer:self.panGesture];
子控制器是tableView 不响应上啦加载了
![img_0641](ht…
-
Can you also add the ability to have the panGesture only enabled when the left or right is being revealed similar to how you add the tapGesture after the transition has started, and with tested condit…
-
**Describe the bug**
I set the vertical-stack carousel which is swipped by horizontal gesture.
But in the real device, the carousel cannot scroll horizontally well, like the attached f…