Use KVO notifications instead. KVO通知を代わりに使ってください。
Type Property
型プロパティ
MKAnnotation
MKAnnotationCalloutInfoDidChange
Notifies observers that the title or subtitle information of an annotation object changed.
注釈オブジェクトのタイトルまたはサブタイトルが変化したことをオブザーバに通知します。
Deprecated 非推奨
Availability 有効性
- iOS 3.0+
- iPadOS 3.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.2+
Technology
- Map
Kit
Declaration 宣言
static let MKAnnotationCalloutInfoDidChange: NSNotification
.Name
Discussion 議論
This notification supports legacy applications and is no longer necessary. MapKit tracks changes to the title and subtitle of an annotation using KVO notifications. この通知は、レガシーアプリケーションをサポートします、そしてもはや必須ではありません。MapKitは、注釈のタイトルとサブタイトルに対する変更をKVO通知を使って追跡します。