Warning received re: setText in table view cell formatting
Hello,
I am receiving a warning based on this segment of code in my app:
[cell setText:[[tableList objectAtIndex:indexPath.row] retain]];
The warning states that "setText" is depracated.
If anyone can help me out this this- Please let me know!
|