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

Popular posts from this blog

PHP while loop dynamic rowspan -

android - How to read a column value in parse.com without accessing an object or a pointer -

timer - Java TimerTask cancel -