Contents

child(at:)

Returns the child outline object at the specified index.

Declaration

func child(at index: Int) -> PDFOutline?

Discussion

The index is zero-based. This method throws an exception if index is out of range.

See Also

Getting Information About an Outline