Contents

showPanningInterface(animated:)

Shows the panning interface on the map.

Declaration

func showPanningInterface(animated: Bool)

Parameters

  • animated:

    A Boolean value that determines whether to animate the panning interface.

Discussion

Calling this method while displaying the panning interface has no effect.

While showing the panning interface, the system hides all map buttons. The system doesn’t provide a button to dismiss the panning interface. Instead, you must provide a map button in the navigation bar that the user taps to dismiss the panning interface.

See Also

Panning the Map