Contents

createPath()

Creates the path for the overlay.

Declaration

func createPath()

Discussion

The default implementation of this method does nothing. Subclasses can override it and use it to create the CGPath data type the subclass uses for drawing. After creating the path, your implementation needs to assign it to the path property.

See Also

Creating and managing the path