i have a cell in which 2 labels are present,i want to move top label to align centre and label to to disappear ,how can i do it ...
please any one help me....
i have a cell in which 2 labels are present,i want to move top label to align centre and label to to disappear ,how can i do it ...
please any one help me....
Hello:)
[labelOne setTextAlignment:UITextAlignmentCenter]; //to center text in the UILabel
[labelTwo setHidden:YES] //there, but not visible.