osx - Swift program floats above sign in screen after sleep -


my program needs stay on top of programs use code , have updating every second.

view.window?.level = int(cgshieldingwindowlevel()) + 1 

now whenever put mac sleep program goes on sign in page. how can avoid problem?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -