I\'m a noob in Objective-C and I have one question.
I have one UILabel object that I adding to one UIView with this code:
UILabel
UILabel *label = [
Example with UILabel:
UILabel *label = (UILabel *)[self.view viewWithTag:1];
good luck!