RadarViewDelegate

public protocol RadarViewDelegate: class

Responsible to perform actions of the items of RadarView

  • Tells the delegate that the specified item is selected.

    Declaration

    Swift

    func radarView(radarView: RadarView, didSelect item: Item)

    Parameters

    radarView

    the radar view

    item

    the selected item