I have a simple question, but don't seem to see the answer in a previous thread, so here goes.
I want to access image files within my bundle, and the paste this string into html in various UIWebViews.
The code below seems to return a garbage string. It does not return nil, so I assume my found.
NSString *imageString = [[NSBundle mainBundle] pathForResource:@"myimage" ofType:@"png"];
Am I accessing this file correctly?