initQRCodeForInputByteSize cannot find proper rs block info (input data too big?)【将base64字符串转为图片】 程序员文章站 2022-03-19 23:29:44 ... 前言 之前的同事 误认为二维码是app侧自己生成,直接将base64字符串 作为二维码的内容去生成,一张二维码容不下这么长的内容。就生成失败了。其实只要直接将base64字符串转图片。 initQRCodeForInputByteSize cannot find proper rs block info (input data too big?) code 将base64字符串转为图片 /** 将base64字符串转为图片 */ + (UIImage *)stringToImage:(NSString *)str { NSData * imageData 相关标签: iOS问题分析 上一篇: 万历帝即位之后为什么要平反200年前的冤案? 下一篇: 在Idea解决找不到sun.misc.BASE64Encoder及sun.misc.BASE64Decoder找不到包 推荐阅读 initQRCodeForInputByteSize cannot find proper rs block info (input data too big?)【将base64字符串转为图片】