Fetch a label from tableView cell iphone sdk
Posted
by neha
on Stack Overflow
See other posts from Stack Overflow
or by neha
Published on 2010-05-06T06:06:23Z
Indexed on
2010/05/06
6:08 UTC
Read the original article
Hit count: 265
Hi all,
In my application I'm adding a label to tableView cells using "cell addsubview" and not "cell.contentview addsubview". I'm assigning a tag to that label, but I'm not able to fetch it using "cell.contentView viewWithTag:1".
I perfectly understand that the label is not on contentView, but then how do I fetch it?
Thanks in advance.
© Stack Overflow or respective owner