Instance Method
indexOfObject(inIconPresets:)indexOfObjectInIconPresets:indexOfObjectInIconPresets_
Returns the index of the specified icon preset in iconPresets.
Declaration
func indexOfObject(inIconPresets iconPreset: GSIconPreset) -> UIntDeclaration
- (NSUInteger) indexOfObjectInIconPresets:(GSIconPreset *) iconPreset;Declaration
indexOfObjectInIconPresets_(iconPreset: GSIconPreset) -> intParameters
iconPresetThe icon preset.
Return Value
The index of the icon preset.