Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道当我单击集合视图中的项目时是否有使用 Popover 的框?
谢谢 !
当然可以。
您只需要计算 UICollectionViewCell 位置的 CGRect 即可。请注意,此计算可能因您的集合布局而异。然后你可以使用类似这样的代码:
[popoverController presentPopoverFromRect:cellRect inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];