Subview in Cell troubles
I have an app with one tab that pulls from an RSS and slaps the titles into a table. The first problem was that I couldn't read the full title, so I added a subview in the cell, which solved my problem, for a while...
As there are more stories, more and more titles show in the cell when I select a story. This is happening, I figure, because the tableview re-uses cells every ten or so.
What would be the best thing to do to fix this? Thanks in advance! Help would be AWESOME!!!
|