UIPopOverController for iPhone (currently only available for iPad)

后端 未结 6 931
礼貌的吻别
礼貌的吻别 2020-12-01 02:34

Before I implement something similar for the iPhone, I\'m wondering if anyone has implemented something similar of the UIPopOverController for the iPhone. T

6条回答
  •  爱一瞬间的悲伤
    2020-12-01 03:07

    There's a reason UIPopoverController isn't a standard UI element on the iPhone, is that screen space is rather restricted. Having a popover, that's easily readable, implies that a fair amount of the iPhone screen will be taken up by the popover. Perhaps you should rethink your UI decision.

    Maybe a coverVertical modal view?

提交回复
热议问题