Instance Method
addUserData(_:)addUserData:addUserData_
Adds the entries from a dictionary to the user data.
Declaration
func addUserData(_ dict: [AnyHashable : Any])Declaration
- (void) addUserData:(NSDictionary *) dict;Declaration
addUserData_(dict: dict)Parameters
dictProperty-list values keyed by stable, namespaced keys.
Discussion
Values for existing keys are replaced.