Contents

isGroupExpanded(at:)

Returns whether the group at the provided index is expanded.

Declaration

func isGroupExpanded(at index: Int) -> Bool

Parameters

  • index:

    The index you want to check.

Return Value

true if the group is expanded; false otherwise.

Discussion

This method is declared in OS X v10.5, but an implementation was not provided until OS X v10.6. Avoid using this method in OS X v10.5.

See Also

Reordering and Groups Items