Artikel-Schlagworte: „tablecell“

cell.text deprecated use cell.textlabel.text

Freitag, 11. September 2009
cell deprecated

cell deprecated

Statt

cell.text = @”fooBar”;

Sollte man:

cell.textLabel.text = @”rightFooBar”;

nutzen.

Grund: die cell.text Methode ist deprecated und sollte nicht mehr genutzt werden.