UIRatingDelegate
public protocol UIRatingDelegate
The delegate protocol used by UIRating.
-
Returns the rating selected.
Declaration
Swift
func currentRating(rating: Double)Parameters
ratingThe selected rating.
UIRatingDelegate Protocol Reference