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.
マップ上の複数の場所にマーカーを表示する MapView の作成方法。各マーカーにはサムネイル、タイトル、およびサブタイトルが必要です。可能であれば、その方法を教えてください。
あなたが探しているのは、注釈を追加することだと思います。これを行うには、おそらく MKAnnotation プロトコルに準拠するオブジェクトを作成する (または既存のものを使用する) 必要があります。
詳細については、このリンクを参照してください。