public override void TouchesBegan(NSSet touches, UIEvent evt) { var touch = (UITouch)evt.AllTouches.AnyObject; if (!(touch.View is UITextField)) { TitleText.EndEditing(true); } base.TouchesBegan(touches, evt); }