Instance Method
setAttribute(_:forKey:) setAttribute:forKey: setAttribute_forKey_
Declaration
func setAttribute(_ value: Any?, forKey key: String)Declaration
- (void) setAttribute:(id) value forKey:(NSString *) key;Declaration
setAttribute_forKey_(value: object, key: str)