Designed to boot the screen saver without any operation for a certain period of time

Asked 2 years ago, Updated 2 years ago, 38 views

I am developing an iPad app using swift on iOS.

What you want to do is
"Start the screen saver without any operation for a certain period of time"
However, how do you design
Detect No Operations for a certain period of time? I'm worried about whether it will come true.

It's a screen saver, so if you don't operate any screen for a certain period of time, you have to start it.Therefore, we have to get information that the operation has been done on any screen, but it is not realistic to include the process of checking the operation on all screens, so we are wondering if there is a good way.

Could you give me some advice on what kind of design is good?
Thank you in advance.

swift ios

2022-09-30 20:12

1 Answers

Once done, set the value to the variable for a certain period of time.For example, 10.
How about decreasing the value with a timer of 1 second interval, and starting the screen saver when the value drops below zero?


2022-09-30 20:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.