Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
I am afraid, you can’t. It’s part of Apples new internal UI. wants to make sure that users have a set of gestures/options that are the same on all apps (like swiping up to send an app into background) to help users navigate.
I think it is possible to hide the split view control button.
In the info page of your application’s target it should allow you to set that the application
Requires full screen
.This should remove the dots from the top.
Though it will mean that your application cannot support split view.
Tested on Xcode 13.1 and iPadOS 15.2