I want to have a similar pop up menu when the user presses the button
How do I implement it?
The only similar post I've come across is this one, but alas, it is not written in Swift
I want to have a similar pop up menu when the user presses the button
How do I implement it?
The only similar post I've come across is this one, but alas, it is not written in Swift
That is called a UIAlertController, using .actionSheet
style. See
https://developer.apple.com/documentation/uikit/uialertcontroller
for more info.