如何在iOS中将base64编码文档转换为多页UIImageView?

我看到的例子是面向C#的。

任何提示将不胜感激。

UIImage* image = [UIImage imageWithData: [NSData dataFromBase64EncodedString: stringBase64]]; 

希望能帮助到你。 我不知道你的意思是“多页UIImageView”。 提供dataFromBase64EncodedString方法的NSData类别在这里或这里 。