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.
コレクション View 内のアイテムをクリックしたときに、Popover のボックスを使用する方法があるかどうか疑問に思っていました。
ありがとう !
もちろんできます。
必要なのは、UICollectionViewCell の位置の CGRect を計算することだけです。この計算は、コレクションのレイアウトによって異なる場合があることに注意してください。次に、次のようなコードを使用できます。
[popoverController presentPopoverFromRect:cellRect inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];