xamarin.ios - NSTimer.CreateScheduledTimer 与 CreateTimer - 有什么区别?

标签 xamarin.ios

最佳答案

根据MT Rosetta Stone

CreateScheduledTimer ==> scheduledTimerWithTimeInterval

CreateTimer ==> timerWithTimeInterval

Apple 的 NSTimer文档说两者之间的区别在于 ScheduledTimer 变体“在默认模式下安排在当前运行循环上。”

关于xamarin.ios - NSTimer.CreateScheduledTimer 与 CreateTimer - 有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8263754/

相关文章:

ios - 在不创建新的 UICollectionView 的情况下更新 UICollectionViewFlowLayout?

xamarin.ios - 是否有用于 Xamarin Stack 的跨平台库来跟踪 Google Analytics 的使用情况?

ios - 将文件中的音频与生成的声音混合

c# - xamarin 'System.Object' 未定义或导入

ios - MonoTouch : How to download pdf incrementally as indicated in the Apple slides "Building Newsstand Apps", session 504?

c# - iOs 等同于 Android 的共享功能

ipad - 在 Monotouch 中寻找 iPad 一代

c# - 可移植类库与库项目

mono - 在 monodroid 或 monotouch 中,我应该使用什么代替 app.config 来配置字符串?

ios - MonoTouch DateTime.ToLocalTime 在时区更改时不更新