How can I create a "slide up" menu like the one in the camera roll, where you choose if you want to send an image as Email, MMS and so on开发者_如何学Go?
An UIActionSheet is what you're looking for here.
From the documentation:
Use the UIActionSheet class to present the user with a set of alternatives for how to proceed with a given task. You can also use action sheets to prompt the user to confirm a potentially dangerous action. The action sheet contains an optional title and one or more buttons, each of which corresponds to an action to take.
精彩评论