0

I was not able to find the name of the icon displayed on the top of the iPad, but I want to know how to hide the three-dots stuff in a specific view controller programmatically.

enter image description here

Yuuu
  • 715
  • 1
  • 9
  • 32

2 Answers2

3

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.

enter image description here

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

enter image description here

Andrew
  • 26,706
  • 9
  • 85
  • 101
  • 1
    Thank you so much! I was able to hide the three dots now!! This is exactly what I was looking for!!!!!!!! – Yuuu Dec 17 '21 at 01:26
0

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.

nbtown
  • 36
  • 5