objective c - Show a view on main screen while the app is in background in ios -


thanks in advance. possible show capture screen assistive touch view in ios when click on application icon.means want show ipad screen , top on transparent background view need display.

i want create app after clicking app icon want screen on main screen , can able customize , capture selected area. possible that. , there api that.enter image description here

i don't think allowed capture home screen in public api. question had similar request.

how can take screenshot of iphone home screen programmatically

uigetscreenimage() mentioned in answer useful, if targeting jailbroken phones.

however, found open source library called "record screen", claim can

record display on non-jailbroken iphones.

i didn't test that, since believe apple somehow find , pull app off (that happened several apps before). if interested in it, maybe can learn library.

hope helps you.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -