Contents

forwardList(withLimit:)

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

Declaration

func forwardList(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 follow the current item.

See Also

Querying the Back-Forward List