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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -