I have a gridView, I use to display several GridViewCell : UIView
. The GidViewCell
adds an UILabel to itself and attaches anUITapGestureRecog
I've never tried this myself but I know of someone who has. I don't know if this is a bug in the documentation or in the code. I'm assuming the latter since UILabel
inherits from UIView
and I know for sure that you're able to animate the background of a UIView
. The workaround apparently is to drill down to the underlying CALayer
and set the background color there.