Contents

prepareForReuse()

Calls this method when removing the view from the reuse queue.

Declaration

func prepareForReuse()

Discussion

The default implementation of this method does nothing. You can override it in your custom annotation views and use it to put the view in a known state before the map view returns it to your map view delegate.

See Also

Related Documentation

Creating and preparing an annotation view