从 NSString 创建 UIImage
我的问题是:我从网络服务获取图像。这存储在 NSString 中。现在我想将其显示为 UIImage。但我不知道该怎么做。
如何将 NSString 中的数据转换为 NSData 中的数据?
提前致谢 :)
my problem is: i get from webservices an image. this is stored in NSString. and now i want show it as UIImage. But I dont know how to do it.
how i can convert data from NSString in NSData?
thanks in advance :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下方法将字符串转换为数据
you can use the below methods for converting string to data