cell.text deprecated use cell.textlabel.text Veröffentlicht am 11. September 2009 von Alex 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. Related posts to cell.text deprecated use cell.textlabel.textGrey screen starting Lightroom problem
Pingback: cell.image deprecated use setImage « Alexander Jäger