iComics / iComics-Issues

The official repo for tracking bugs and managing new features for iComics.
3 stars 0 forks source link

Add Auto-Screen Brightness Locking #65

Open TimOliver opened 8 years ago

TimOliver commented 8 years ago
[[UIApplication sharedApplication] setIdleTimerDisabled:YES];

I didn't know this was a thing, but iOS provides a system level API to disable the screen from automatically dimming when the lightning conditions change.

This feature would add a setting to ensure that screen dimming is disabled when a comic is open in the reader. :)