在使用c#的单点触控中,我使用了上面提到的类上面的[Register("CpyRightCusTabVwCell")]。现在我想注销这个类。我如何使用C#在单点触控中做到这一点?
using System;
using MonoTouch;
using MonoTouch.Foundation;
using MonoTouch.UIKit;
using System.Runtime.CompilerServices;
using System.Net.Mime;
using NUnitLite.Runner;
namespace egUniSBPersHlthCareMana
当我从视图控制器中添加一个UIImageview时,我想要使touchesbeganmethod处于非活动状态,直到uiimage被按下。
现在,我已经设置了所有的东西,我只需要知道如何通过在视图控制器中设置代码(仅)来防止玩家注意到触碰。
有人知道怎么做吗?
GameScene.paused = true // this pauses the game, but the touchesbegan method is still active!
我有一个FromDate EditText,我在其中添加了一个图像。现在,当我单击图像时,会显示一个Datepicker。现在,当我选择某个日期并单击 set Button时,日期将在EditText中设置。问题是,当我单击Cancel Button时,日期选择器就消失了,而prev活动直到我按下回键才能获得焦点!屏幕上没有触控事件。请帮帮我..。