C#, PHP, Xamarin, Mono tips

Monday, January 26, 2015

Easy click (tap) handler for controls in Xamarin.Forms

8:11 AM Posted by asmodeus , , , No comments

In Xamarin.Forms the views does not have default click event. In my project I wanted images that can be clickable, so I used gesture recognizers. This little helper class saved my time.
Thats all you need, now how to use it.

0 comments: