我是iOS开发的初学者。
我试图在点击按钮时显示弹出菜单。我需要在弹出菜单上显示一些其他动作标题,如更新,删除,取消。有谁能请我解决这个问题?
答案 0 :(得分:3)
您想要查看UIActionSheet和/或UIPopover。
UIActionSheet: https://developer.apple.com/library/ios/documentation/uikit/reference/uiactionsheet_class/Reference/Reference.html
注意:UIPopovers目前仅适用于iPad,但也有开源项目可以为iPhone重新创建: https://github.com/50pixels/FPPopover/