我有一个EKEventEditViewController
我初始化并像这样显示:
EKEventEditViewController *addController = [[[EKEventEditViewController alloc] initWithNibName: nil bundle: nil] autorelease];
[self presentModalViewController: addController animated: NO];
我注意到,在装有iOS 6.1.3的iPhone 5上,显示modalView大约需要3秒钟。
最佳答案
确保从主线程调用
关于iphone - 为什么EKEventEditViewController加载需要大约3秒的时间,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/15921405/