How to disable UIFocus on iPad?

I'm encountering problems in an existing app from the addition of the UIFocus engine in iPadOS 15, which I'm not able to address at this time.

Is it possible to disable UIFocus for the entire app?

Accepted Reply

That is not possible. You can however build your app with a base SDK lower than iPadOS 15 until you are able to make your app ready for iPadOS 15.

Add a Comment

Replies

That is not possible. You can however build your app with a base SDK lower than iPadOS 15 until you are able to make your app ready for iPadOS 15.

Add a Comment