0

I am making my iPhone app to support iPad . But after running in Xcode 's iPad simulator , I found that the Multitasking Controls button (three dot button) is missing in my app's statue bar , enter image description here

but exist in other apps (eg : Files app) enter image description here

Is there any develop configuration for this button 's hide&show in specific app

I have remove UIRequiresFullScreen key in the info.plist already . any other option to toggle this button ?

1 Answer 1

0

OK I got the key to this problem to show the button you need do two steps:

  1. your iPad app should support all orientations(portrait and landscape)
  2. set UIRequiresFullScreen to YES

as official doc says in here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.