Instance Method インスタンスメソッド

removeValue(at:fromPropertyWithKey:)

Removes the object at the specified index from the collection specified by the passed key.

Declaration 宣言

func removeValue(at index: Int, 
fromPropertyWithKey key: String)

Discussion 解説

The method removeFrom<Key>AtIndex: is invoked if it exists. If no corresponding scripting-KVC-compliant method (-removeFrom<Key>AtIndex:) is found, this method invokes -mutableArrayValueForKey: and mutates the result.

See Also 参照

Indexed access