exchangePage(at:withPageAt:)
Swaps one page with another.
Declaration
func exchangePage(at indexA: Int, withPageAt indexB: Int)Discussion
This method raises an exception if either index value is out of bounds.
Swaps one page with another.
func exchangePage(at indexA: Int, withPageAt indexB: Int)This method raises an exception if either index value is out of bounds.