Contents

go(toBackForwardItem:)

Loads a specific location from the back-forward list and sets it as the current item.

Declaration

func go(toBackForwardItem item: WebHistoryItem!) -> Bool

Parameters

  • item:

    The index of the location to load. This method sets the current item in the back-forward list to item.

Return Value

true if item is in the back-forward list; otherwise, false.

See Also

Moving Back and Forward