I am consuming a web service that is returning electronic faxes in the form of tif (base 64 encoded text). The thing is it is returning multi-page faxes as one large tiff file and ideally I want the user to be able to click through the various pages. When I decode the text and display, it only shows the first page in the UIImageView.
Can someone point me in the right direction?
I’ve create my own solution for this: NSTiffSplitter.
You can find it on github.