forum

Home / DeveloperSection / Forums / Problem with assigning NSString value into UILabel in iPhone

Problem with assigning NSString value into UILabel in iPhone

Lillian Martin 1271 24-Nov-2015

I am new in iPhone app development so I have a problem with assigning string value into UILabel.
Code is here:

myLabel.text = [NSString stringWithFormat:@"%@", dataArr[row]];

the value of dataArr[row] is good - but myLabel variable appears as null.
How to solve this issue, please help me.!


Updated on 24-Nov-2015

Can you answer this question?


Answer

1 Answers

Liked By