Popover's arrow to track an object in a scrollview

后端 未结 1 1516
一个人的身影
一个人的身影 2021-01-15 02:10

I show a popover whenever a cell in my tableview is touched, with the arrow pointing to the cell, and always pointing left or right, not up or down.

The table view i

相关标签:
1条回答
  • 2021-01-15 02:52

    It turns out, you can use presentPopoverFromRect:InView: even when the popover has already been presented; this will cause the popover controller to recompute its arrow position.

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