I am using RatingView
library for implementing the star rating in my app, but the delegate
method when rating is changed is not called.
My rating view is inside a UIScrollView
, when the rating view is taken outside the UIScrollView
,the delegate is called when rating is changed.
I have tried EDStarRating
also but same issue.
Any Fix ?