UIRatingDelegate

public protocol UIRatingDelegate

The delegate protocol used by UIRating.

  • Returns the rating selected.

    Declaration

    Swift

    func currentRating(rating: Double)

    Parameters

    rating

    The selected rating.