Components
Alert message requiring action before proceeding.
Alerts on iOS are implemented using the built-in UIKit component UIAlertController with preferredStyle: .alert.
UIAlertController
preferredStyle: .alert
See Apple documentation on UIAlertController for the public API.