如何使用NSTimer
Monotouch 中的从某个数字倒数到 0?
我一直在网上搜索这个,但我找不到任何示例或教程
NSTimer.CreateScheduledTimer(new TimeSpan(0, 0, 10),delegate
{
alert.DismissWithClickedButtonIndex (1,true);
});
在上面的代码中,NsTimer 将在 10 秒内关闭,因为我在警报中自动提到它会在 10 秒后单击确定按钮。试试这个,希望对你有帮助。
如果 .NET 为您提供了可能更方便的一切,为什么还要使用本机 NSTimer?
有关何时使用哪一个的详细信息,请参见此处(例如):http: //msdn.microsoft.com/en-us/magazine/cc164015.aspx