0

i am trying to load a gif image to the web view but while image was loading in Web view it become large... it means the size of the image is not fit to the web view..

NSString *path = [[NSBundle mainBundle] bundlePath];
NSURL *baseURL = [NSURL fileURLWithPath:path];

[self.webview loadHTMLString:@"<img src='use001.gif'>" baseURL:baseURL];
Ketan Jogal
  • 58
  • 10

0 Answers0