刚刚从Xcode4.0.2升级到4.2.0,当使用4.0.2编译时,应用程序运行良好,并且在iPad iOS 3.2版本的所有软件上都运行良好// Dismiss the modal view
// Because iOS 5 breaks the way it was done before we have to make a quick此代码与模拟器无关,也不会影响
在模拟器中测试时,我得到以下异常:Application tried to push a nil view controller on target <MFMessageComposeViewController我也想知道为什么[MFMessageComposeViewController canSendText]在模拟器中运行应用程序时会返回YES。我