I am adding a UILabel as a subview to a UIView and sometime later I want to hide it. It is assigned to a variable but I don't think setting the variables property Hidden
after it's been added to the view will work (well it doesn't seem to anyway).
Is there a way to loop through the subviews in a view and then find the one that has a specific tag or is of type UILabel that I could then remove?