ProtocolNSKey
NSKeyValueObservingCustomization
No overview available. 概要は利用可能でありません。
Availability 有効性
- iOS 7.0+
- iPadOS 7.0+
- macOS 10.9+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
protocol NSKeyValueObservingCustomization
Topics 話題
Type Methods 型メソッド
Relationships 関係
Inherits From 継承元
See Also 参照
Observing Customization カスタマイズを監視する
class func automaticallyNotifiesObservers (forKey : String) -> Bool
Returns a Boolean value that indicates whether the observed object supports automatic key-value observation for the given key.
監視されるオブジェクトが自動キー値監視をこの与えられたキーに対してサポートするかどうかを指し示すブール値を返します。
class func keyPathsForValuesAffectingValue (forKey : String) -> Set<String>
Returns a set of key paths for properties whose values affect the value of the specified key.
それらの値が指定されたキーの値に影響を与えるプロパティいくらかに対するキーパスひとそろいを返します。
var observationInfo : UnsafeMutableRawPointer?
Returns a pointer that identifies information about all of the observers that are registered with the observed object.
監視対象オブジェクトに登録される全てのオブザーバーについての情報を識別するポインタを返します。