The examples I have seen are geared towards C#.
Any tips would be appreciated.
The examples I have seen are geared towards C#.
Any tips would be appreciated.
UIImage* image = [UIImage imageWithData:
[NSData dataFromBase64EncodedString: stringBase64]];
Hope it helps. I don't know what you mean by "multipage UIImageView". The NSData category providing the dataFromBase64EncodedString method is here or here.