iphone - UILabel value not changing -


I have established a UILB (declared in H). In the Viewdupputer method, if I type myLabel.text = @ ""; , then it works. But somewhere I place this same exact line, nothing happens on the label, the label is in a custom cell view controller, which uses another UITableView class as its custom cell. So I thought I had to reload the table after making changes, but she did not work either. Even in the WillAppear method of seeing it works only, not only Dippear. Any ideas?

Try this:

  self.myLabel.text = @ " ";    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -