自从我将一个旧应用程序转换为iOS6后,我开始在我的控制台中收到以下消息。警告:对关键ClientState的慢速默认访问花费了0.023656秒,容差为0.020000除了将我的代码从iOS5更新到iOS6之外,我还切换到了自动布局。我运行了Instruments/TimeProfiler,我的appDelegate中的rootViewController是问题所在。每次我切换ViewController时,它都会占用大量时间(无论我是否必须实例化ViewController或重新使用已经存在的ViewController)。window.rootViewController=myV