isGroupExpanded(at:)
Returns whether the group at the provided index is expanded.
Declaration
func isGroupExpanded(at index: Int) -> BoolParameters
- index:
The index you want to check.
Return Value
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.