viewWithTag and retreiving views deep within the heirarchy
- by Joo Park
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?