摘要:
在- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions中可以使用来设置开机动画停留的时间 阅读全文
摘要:
I have been working on an iOS app for some time, all of a sudden I am getting the following crash every time I run the app in the iOS 5.1 Simulator.The App does not use Core Data and I am not sure what brought this about.I have deleted the app from the simulator, done Clean, and a rebuild but nothin 阅读全文
摘要:
ios 6模拟器上,点击事件调用出pop窗口,这个窗口新创建了window,在pop窗口消失的函数中使用了makeKeyWindow,这个是将要显示的window放到最前端。发现屏蔽这个方法后可以了。- (void)closeAlert { //stop timer if ([self.alertViewType isEqualToString:@"Info"]) { [self.alertTimer invalidate]; self.alertTimer = nil; } // else// {// LoginManager *temp = [[LoginManager 阅读全文