iPhone UITableViewCell with UIWebView inside: selection problem
Posted
by Marian Busoi
on Stack Overflow
See other posts from Stack Overflow
or by Marian Busoi
Published on 2010-06-08T09:37:52Z
Indexed on
2010/06/08
9:42 UTC
Read the original article
Hit count: 475
Hello,
I have an UITableView and in every cell I add 3 custom subviews: label, webview and another label. The problem I am having is that when I tap a cell, instead of all the cell's background changing to blue, it only changes around the webview, but the webview still has a white background. it's very ugly. Is the any way of fixing this?
Thank you
© Stack Overflow or respective owner