0

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

enter image description here

Laurent Crivello
  • 3,809
  • 6
  • 45
  • 89

2 Answers2

2

It's called UIAlertController

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

Pedro Carrasco
  • 148
  • 1
  • 8
0

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

Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87