Contents

back(withLimit:)

Returns the items that precede the current item in the back-forward list, up to the specified number of items.

Declaration

func back(withLimit limit: Int32) -> [Any]!

Parameters

  • limit:

    The greatest number of items to return.

Return Value

An array containing (at most) the specified number of items, or nil if no items precede the current item.

See Also

Querying the Back-Forward List