ios - I am using Camera API and QRCode API in my Project, Can i implement multitasking(splitvIew) in my Project -


i using camera api , qrcode api in project, can implement multitasking(splitview, slideover) in project. think when use camera api, want use fullscreen. project have other functionalities. is possible use fullscreen when use camera api?

if app camera-centric app or gaming related, apple suggest opt out above feature.

apple documentation says

consider opting out if app falls 1 of these narrow categories:

camera-centric apps, using entire screen preview , capturing moment primary feature.

full-device apps,such games use ipad sensors part of core gameplay otherwise, apple, , customers, expect adopt slide on , split view.

to opt out of being eligible participate in slide on , split view, add uirequiresfullscreen key xcode project’s info.plist file , apply boolean value yes.

let me know if need more clarification same.


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -