0

I am making an Iphone App. Using a Tab Bar. The first view controller will be showing images in a scrollview and the second will simply show a text. Now I would like to add new images and change the text weekly. What would be the best way to do this?

4

1 回答 1

0

有很多方法可以做到这一点,但是...

1) 将您的文本和 URL 粘贴到您的 Web 服务器上的 JSON 文本文件中的图像中。您的应用程序应经常检查文件并刷新文本片段和图像。

2) 您还可以依靠 RSS 提要来更新您的应用程序的内容。

3) 使用 WebView 并简单地显示来自您的 Web 服务器的网页。

于 2012-05-01T14:19:53.523 回答