Design of UIAlertController

Hello

I'm creating a UIAlertController in my app when I press a button. And I noticed that the design of the UIAlertController changes depending on the number of buttons I include in the controller.

If there are 3 or less, the controller appears at the top of the window. If there are more than 3, I get a controller that looks like the one on iPad, at the center of the screen.


Is there a way to have the one at the center of the screen, even though I have 2 or 3 buttons ?

Thanks
That is an implementation detail on Catalyst. I do not believe you can change that with existing APIs.
Design of UIAlertController
 
 
Q