My client's design calls for a table with cell content on irregularly-shaped white areas--basically a rectangle with a "tail". I'm constructing that out of a UIView and a transparent UIImageView holding the "tail" part of the design. It looks nice, with one exception.
When I select a cell, the whole thing turns blue EXCEPT the UIImages. So suddenly the "tail" part of this background thing is floating on top of the blue highlight, while the UIView that makes up the rectangular body of the thing is part of all the blueness.
Question is, how can I make the UIImageView "tail" behave like the UIView in terms of highlighting behavior?