iPhone popup menu like iPad popover?

前端 未结 8 2213
醉话见心
醉话见心 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:41

    You would have to manually instantiate a UIView using a custom background image or drawing with transparency, add some UIButtons (or other type of custom view) on top, and also somehow handle all touches outside that view.

    Note that is is non-standard UI. An actionsheet would be more HIG compliant.

提交回复
热议问题