Location of Pic in iPhone App For HTML

Soommaalmolve

New Member
My app parses an RSS and then I compile my own HTML from those pieces of the RSS along with some HTML code that I put in. Basically I get NSStrings for the Title, date, article, author and category, and make one long NSString with those combined with occasional changes to font size or color. I also have a picture that is in XCode that I would like to be the background of the HTML I'm building. What is the file structure for where this picture is that I may add it in code?
 
Back
Top