Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I am parsing the RSS so it is broken down to where I can display only the title, or the date published or the description which holds this img src tag.
Right now I am just using a setText to show the "summary" which is linked to the description in the HTML.
Should I be using NSData to get the data held in the img src tag?
I've looked at a few examples such as LazyTableImages from Apple but this still isn't clicking well with me.
Replies
Right now I am just using a setText to show the "summary" which is linked to the description in the HTML.
Should I be using NSData to get the data held in the img src tag?
I've looked at a few examples such as LazyTableImages from Apple but this still isn't clicking well with me.
Can someone give me a run through on this please?
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeIn the debugger it shows that I am finding each url and placing them in the appropriate cell.
The app is set up right now that when I tap on the cell safari will open to the webpage with the image.
The image is not displaying in the cell though :(
Here's a bit of my code. I'm betting something else should go here but I'm not sure what:
setLogoImage is set in my CustomCell.m file. Here is what I'm doing there:
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome