Skip to content

Sunyiweime/developSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

开发小技巧

1.禁止手机睡眠

[UIApplication sharedApplication].idleTimerDisabled = YES;

2.跳进APP权限

//跳进APP权限
    if (UIApplicationOpenSettingsURLString != NULL) {
         NSURL *url = [NSURL URLWithString:UIApplicationOpenSettingsURLString];
         [[UIApplication sharedApplication] openURL:url];
     }

About

开发小技巧

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors