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.
ピンの場所のすぐ上に UIView を表示したいのですが、ユーザーがマップ内を移動した場合、UIView はピンの場所の上にとどまる必要があります。吹き出しバブルを使用したくありません。他に方法はありますか?
iOS 9 には、detailCalloutAccessoryView という名前の新しいプロパティがあります。
ビューを作成して次のように設定できます
annotationView.detailCalloutAccessoryView = tempView
詳細については、リンクを確認してください
MapKit iOS 9 detailCalloutAccessoryView の使用法