0

How are these menus called in iOS and how to implement them in Objective-C ?

enter image description here

Laurent Crivello
  • 3,605
  • 5
  • 41
  • 84

2 Answers2

2

It's called UIAlertController

Take a quick look at Apple's docs: https://developer.apple.com/documentation/uikit/uialertcontroller

0

You can accomplish that with UIAlertController with image for every UIAlertAction . see more here Alerts

Sh_Khan
  • 93,445
  • 7
  • 57
  • 76