Returns a new map table object which has weak references to the keys and values.
SDKs
- iOS 6.0+
- macOS 10.8+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Foundation
Declaration
class func weakToWeakObjects() -> NSMap Table<KeyType, ObjectType>
Return Value
A new map table object which has weak references to the keys and values.