How to link HTML string loaded from sqlite db with images stored in bundle
[self.wbvuContents loadHTMLString:self.page baseURL:nil];
self.page may be as the following:
<html>
<body>
<div style='margin:20 0 0 0px'> <img style=' ' alt='' height='48' src='images/01-01-018.jpg' width='75' />
</body>
</html>
and 01-01-018.jpg image is added to the bundle
when use the above code images not appeared in webview