RatingButton
open class RatingButton : SelectionButton
A custom UIButton
that serves as a rating button
that has an event listener/emitter to other rating buttons
within the same group
-
Used to indicate the index of the rating button.
Declaration
Swift
open var ratingIndex: Int
-
Undocumented
Declaration
Swift
override open func initializeSelectionButton()
-
Undocumented
Declaration
Swift
override open func groupStateDidChange(by selectionButton: SelectionButton)
-
Undocumented
Declaration
Swift
@objc override open func didTapButton()