Beispiel #1
0
        public override void TouchesEnded(Foundation.NSSet touches, UIEvent evt)
        {
            var arr = touches.ToArray<UITouch> ();
            if (arr[0].View == ImageView) {
                model.RandomValue ();
            }

            base.TouchesEnded (touches, evt);
        }