SwiftyStarRatingView
SwiftyStarRatingView copied to clipboard
property shouldBeginGestureHandler may be empty
And I have already submitted PR
As a workaround until this PR be merged, You can set the property shouldBeginGestureHandler in the parent controller's viewDidLoad function:
starRatingView.shouldBeginGestureHandler = { _ in return false }