[MonoTouch] While click on UIButton Reset Application is Closed
Pritish
pritish_deshmukh at medsynaptic.com
Tue Mar 27 08:30:46 UTC 2012
Hi,
In my Monotouch application having the UIImageview to display the dicom
images also one Reset Button.
I use various UIGestureRecognizer on it while applying the Pinch or Rotate
or any 1 of these UIGestureRecognizer it perform the operation very well.
But while click on the *Reset Button* image get reset and application at the
same instance get is closed.
I don't want to close the application while click on Reset Button
my code is
*
override void ViewDidLoad()
{
this.BtnReset.TouchDown += ResetHandler;
}
void ResetHandler (object sender, EventArgs e)
{
ImgView.Transform = CGAffineTransform.MakeIdentity ();
}*
--
View this message in context: http://monotouch.2284126.n4.nabble.com/While-click-on-UIButton-Reset-Application-is-Closed-tp4508231p4508231.html
Sent from the MonoTouch mailing list archive at Nabble.com.
More information about the MonoTouch
mailing list