RadarViewDelegate

public protocol RadarViewDelegate

The delegate of a RadarView object must adopt the RadarViewDelegate protocol.

  • Tells the delegate Id and the position when a long-press gesture occurs on mark

    Declaration

    Swift

    func markLongPress(_ id:String,center:CGPoint,view:UIView)