リソースのフォルダー ABC に point.png という画像があります。
その画像をhtmlで表示したい
NSString *myFilePath= [[NSBundle mainBundle] pathForResource:@"Point1" ofType:@"png"];
NSMutableString *strForWebView = [NSString stringWithFormat:@"<html>"
"<head><b>%@</b></head><br>"
"<img src= %@ height='30' width='30' />"
, [[play quotations] objectForKey:@"Heading"], myFilePath, .......
SO今、私はそれが画像のパスを選択するために何をすべきですか...それがWebビューにロードされるhtmlで...
助けてください
ありがとう