标签: ios
我已经在IOS应用程序中看到了这个,我正在尝试将它添加到我自己的应用程序中。我知道这不会很难,但是我需要有人通过告诉我开发人员将其称为一些苹果文档来指导我。
讨论从底部向上滑动的选项
答案 0 :(得分:2)
As rmaddy pointed out,这称为UIActionSheet,它用于向用户提供一组备选方案以继续执行给定任务。
UIActionSheet
更多信息:
Simple Menus and Messages with UIActionSheet - iOS developer tips
UIActionSheet Class Reference - developer.apple.com