iPhone popup menu like iPad popover?

前端 未结 8 2162
醉话见心
醉话见心 2020-11-27 02:58

How can i implement this popup menu in iphone app like a popover in ipad?

\"alt


ED

相关标签:
8条回答
  • 2020-11-27 03:58

    On iPhone you would generally use a UIActionSheet for a stack of buttons like that. It slides up from the bottom, rather than popping up next to the button, but that's the standard behavior on iPhone.

    0 讨论(0)
  • 2020-11-27 03:59

    Have a look at the iPhone UIPopoverController implementation: WEPopover

    0 讨论(0)
提交回复
热议问题