在UITableViewCell中显示Popover控制器?

时间:2011-08-21 07:39:35

标签: ipad uipopovercontroller

似乎无法将“presentPopoverFromRect”的“inView:”属性设置为单元格本身。

1 个答案:

答案 0 :(得分:1)

如果inView:是单元格,请务必将FromRect设置为cell.bounds而不是cell.frame

单元格的框架相对于其超级视图而不是单元格本身。此外,弹出窗口显示在旁边指定的CGRect( in )。