pec1985 / TiDraggable

Native iOS and Android modules for Appcelerator's Titanium Mobile
74 stars 75 forks source link

Created singletap event on iOS. #11

Open ghost opened 10 years ago

ghost commented 10 years ago

I had a use case where I needed to not only be able to drag the view around the screen, but also detect when the view was just tapped without being moved so that another action could be performed. This was my shot at implementing that.