AlertView UI issue in iOS 16 and iOS 15.4

Hello team,

AlertView UI is not centred in middle in few rare scenarios. This is observed intermediately when multiple alerts are tried to present.

OS - iOS 16

Device - iPhone 12 mini.

Thanks in advance.

Hi there, UIAlertView has been deprecated long time ago (iOS 9). You should migrate to UIAlertController. Read the docs for a usage example. https://developer.apple.com/documentation/uikit/uialertcontroller

AlertView UI issue in iOS 16 and iOS 15.4
 
 
Q