iphone - How to embed local images in UIWebView? -


Is there an easy way to embed local images in a UIWebView? For example, I would like to embed a logo page in UIWebView, which I have added to the resource folder in Xodod. Will I just add a img HTML tag for this?

Yes it is very, for example:

  NSString * Path = [[NSBundle mainBundle]  

For example: PathForResource: Type "" Exam "@" PNG "]; [MyWebView Load HTML String: [NSString stringWithFormat: @ "


Comments