Instance Method
insertObject(_:inPropertiesAt:) insertObject:inPropertiesAtIndex: insertObject_inPropertiesAtIndex_
Inserts a property object at the specified index in the properties array.
Declaration
func insertObject(_ property: GSInfoProperty, inPropertiesAt idx: UInt)Declaration
- (void) insertObject:(GSInfoProperty *) property inPropertiesAtIndex:(NSUInteger) idx;Declaration
insertObject_inPropertiesAtIndex_(property: GSInfoProperty, idx: int)Parameters
propertyThe property object to insert.
idxThe index to insert at.