NGUI doesn't have built-in gesture recognition, but it's easy to do so by setting UICamera.genericEventHandler. This object will get a copy of all the events, letting you listen to OnPress/OnDrag etc, and do gesture recognition easily.