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