Ok I am working on a project, and it would be VERY helpful if I could somehow figure out how to change one (or all) of the cells so that their height is contingent on the amount of text they hold. I am not a very seasoned iphone developer, and so right now, i have just been swimming through a bunch of code. I found a tutorial on the internet that made it seem quite feasible, but I just am getting stuck becuse I am copying and pasting his code right into my app, and there is an error that pops up where his code reads:
NSString *text = [items objectAtIndex:[indexPath row]];
Because my app doesn't know what items is. And frankly neither do I! I think I've placed his code in the right spots, but not sure. If there is a quick fix using this tutorial, or if anyone could explain what the items thing is all about, thatd be great