Can any one help me out that how to display tiff files(Contains multiple images like pdf) in ios?
NSData *imageData = [Base64 decode:_img];
[_wv loadData:imageData MIMEType:@"image/tiff" textEncodingName:nil baseURL:nil];
I am using the code above. But it is displaying only the first image in tiff file. how to display all the images in tiff file.