viewWithTag and retreiving views deep within the heirarchy
Posted
by Joo Park
on Stack Overflow
See other posts from Stack Overflow
or by Joo Park
Published on 2010-05-07T04:25:23Z
Indexed on
2010/05/07
4:28 UTC
Read the original article
Hit count: 311
if i have the following view heirarchy
UIView --- top level view
--UIButton
--UIView
----UILabel
----UILabel -- tag = 1
how do I get UILabel with tag 1 from a reference from the top level view?
© Stack Overflow or respective owner