RatingButton

open class RatingButton : SelectionButton

A custom UIButtonthat serves as a rating button that has an event listener/emitter to other rating buttons within the same group

Properties

  • Used to indicate the index of the rating button.

    Declaration

    Swift

    open var ratingIndex: Int

Initializers

Open Methods

Actions

  • Undocumented

    Declaration

    Swift

    @objc
    override open func didTapButton()