[UIApplication sharedApplication].idleTimerDisabled = YES;
Posted in 未分类 at 03月 20th, 2009. No Comments.
[UIApplication sharedApplication].idleTimerDisabled = YES;
当后台有流量产生,将在状态栏显示一个旋转的图标
UIApplication* app = [UIApplication sharedApplication];
app.networkActivityIndicatorVisible = YES; // to stop it, set this to NO