Is there a way to write an app whose window doesn’t fill the entire screen, where the other part of the screen shows the normal iPad desktop with the application icons?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No you can’t. When your app start, the root
UIWindowto which all your UI is attached is full screen. Here’s the relevant snippet of doc: