Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to draw over other apps with the iOS SDK

Tags:

ios

Android has a permission that allows apps to "draw over other apps" with floating content (using the SYSTEM_ALERT_WINDOW permission). Does iOS have anything similar?

like image 806
skunkwerk Avatar asked Sep 18 '25 12:09

skunkwerk


1 Answers

No, this can't be done. A user can only interact with whatever app is currently in the foreground.

like image 99
rmaddy Avatar answered Sep 21 '25 03:09

rmaddy