ios - Prevent clicks to pass through in UIView in Swift -
suppose have tableview cell.
on have uiview rating control works adding buttons subviews.
when user clicks besides buttons, still on rating control, click passed through underlying cell. not want that.
i thinking there must proper way inside rating control code (derived uiview) catch clicks passed , never pass them through further cell.
Comments
Post a Comment