Instance Method
insertHint(_:at:) insertObject:inHintsAtIndex: insertObject_inHintsAtIndex_
Inserts a hint at an index.
Declaration
func insertHint(_ hint: GSHint, at idx: UInt)Declaration
- (void) insertObject:(GSHint *) hint inHintsAtIndex:(NSUInteger) idx;Declaration
insertObject_inHintsAtIndex_(hint: GSHint, idx: int)See Also
Adding Hints
Adds a hint.
Adds a hint, checking for an existing path component hint at the same index path.