How to make the phone open when the application is open?
Not to be blocked at all, in appDelegate write
[UIApplication sharedApplication].idleTimerDisabled = YES;
Or the same code, somewhere in the application, if you need to disable the lock is not permanent, but under some circumstances
Source: https://ru.stackoverflow.com/questions/517451/More articles:How to find and delete a group in a regular expression?The element formed by the fields is displayed differently.How to add variables to an array?How to increase the variable?htpasswd for the entire site except a certain urlIncrement and decrement overload for boolUsing C ++ Filesmongodb: simultaneous recording of identical data in the collection, how to avoid?I can not figure out where php errorHow to make a check on the uniqueness of the record before adding to the table? [duplicate]All Articles