handleEnterForeground
全部标签 我添加此功能以在应用进入前台时发布通知:-(void)applicationWillEnterForeground:(UIApplication*)application{[[NSNotificationCenterdefaultCenter]postNotificationName:@"UIApplicationWillEnterForegroundNotification"object:nil];}在我自己的类里面:-(void)handleEnterForeground:(NSNotification*)sender{[selfreloadTableData];}-(void)v
我添加此功能以在应用进入前台时发布通知:-(void)applicationWillEnterForeground:(UIApplication*)application{[[NSNotificationCenterdefaultCenter]postNotificationName:@"UIApplicationWillEnterForegroundNotification"object:nil];}在我自己的类里面:-(void)handleEnterForeground:(NSNotification*)sender{[selfreloadTableData];}-(void)v