replaceValue(at:inPropertyWithKey:withValue:)
Replaces the object at the specified index in the collection specified by the passed key.
Declaration
func replaceValue(at index: Int, inPropertyWithKey key: String, withValue value: Any)Discussion
The method replaceIn<Key>:atIndex: is invoked if it exists. If no corresponding scripting-KVC-compliant method (-replaceIn<Key>atIndex:) is found, this method invokes -mutableArrayValueForKey: and mutates the result.