Пример #1
0
        public override void TouchesCancelled(NSSet touches, UIEvent evt)
        {
            base.TouchesCancelled(touches, evt);
            var touch = touches.AnyObject as UITouch;

            if (touch != null)
            {
                _drawer?.CancelDrawing();
            }
        }