How are these menus called in iOS and how to implement them in Objective-C ?
Asked
Active
Viewed 1,610 times
2 Answers
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
