I want to fit large image into UIwebview with keeping image ratio same as image view.
How can i do
I have used below code and its working well.
NSString *imageHTML = [[NSString alloc] initWithFormat:@"%@%@%@", @"" "" "" "" "" "" "" " "]; [wview_contents loadHTMLString:imageHTML baseURL:nil];