B4i Library GestureRecognizer - Native UIGestureRecognizer

Hi,

Added a small project with examples. There are simple ones, you need to hook up them per your needs.


This is a wrapper of UIGestureRecognizer.
All the gesture are supported: Tap, LongPress, Swipe, Pinch, Rotation, Pan, Screen Edge Pan.

See attached example. All the info in the project

Enjoy

Narek

UPDATED: Version 1.1

- getting the X and Y for all the gestures.


UPDATED: Version 1.2

-New function to get the center of a view and to set it
 

Attachments

  • GestureRecognizer.bas
    11.1 KB · Views: 409
  • GestureRecognizer.zip
    5.5 KB · Views: 473
Last edited:

Ph1lJ

Member
Licensed User
Longtime User
Hi Narek
I'm very interested in this idea, I downloaded and complied the supplied app - alas on get a white page

Do I have to do something else ?

Ph1lj
 

narek adonts

Well-Known Member
Licensed User
Longtime User

Ph1lJ

Member
Licensed User
Longtime User
Hi Narek

Yeap it works well 0- didn't realize it was Loging data.

Thanks
 

kc1

Member
Licensed User
Longtime User
Narek,

I'd like to use your library, but I'm lost without an example to get me started.

I have several pages in my app, and I would like to be able to swipe left and right to go from one page to another.

These pages have their own modules with a "Show" public sub that can be called from other pages.

Correct if I'm wrong, but I assume I have to initialize a GestureRecognizer object in each of the page modules?

I tried it on my own, but I couldn't make it work. I might not have initialized the GR object correctly.

An example would be very nice

Thank you!

KC
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…