I\'d like to create a pop-up menu similar to the one found in the mail app when you want to reply to a message. I\'ve seen this in more than one application so I wasn\'t su
It is a UIAlertController on iOS 8+, and a UIActionSheet on earlier versions.