﻿void HandleTap (UITapGestureRecognizer recognizer)
{
	if (recognizer.State == UIGestureRecognizerState.Ended){
		// Handle the event
	}
}