iOS popup from bottom

Is there a way to create an alert or popup similar to the one in screenshot? I’m looking to do this for my iCloud Keychain implementation instead of using the regular AlertController.

Look at ActionSheet for this type of UI

1 Like