从服务器获取图像并将其呈现在中

时间:2015-08-07 09:15:03

标签: ruby rubymotion rubymotion-promotion

我想从服务器获取图像,在本地保存图像,并在用户打开显示页面时显示 - 使用Rubymotion。

我正在使用AFMotion来获取图片网址,如下所示。 enter image description here

在我的节目屏幕中,我可以使用news.image_url获取图片网址。我的疑问是如何将其传递给布局文件,我可以在其中添加一些样式,如

enter image description here

1 个答案:

答案 0 :(得分:0)

我找到了解决自己问题的方法。这就是我所做的。

enter image description here

在show news页面的on_load方法中,我传递了图片网址,并将UIImageView的remote_image设置为传递的图片网址。

enter image description here

我从红色药水文档中得到了解决方案。 http://docs.redpotion.org/en/latest/cookbook/networking/