开发者

Slide up menu in iOS

开发者 https://www.devze.com 2023-03-02 04:57 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消