tags:

views:

70

answers:

1

I want to make a uiview that can be aware of highlight status, like a UILabel is when put inside a UICellTableView.

A: 

Subclass UIControl instead of UIView.

bddckr
true, didn't thought of that since UILabel is not a UIControl
CiNN