将嵌入式网页添加到tableview?

时间:2011-01-02 13:15:21

标签: iphone three20

我想嵌入一个网页,以便显示在此广告

alt text 在项目下,我想嵌入一个网页,以便显示该页面包含HTML的实时更新。

可以这样做吗?

由于

这是Table View的代码,因为我正在使用Three20

[TTTableTextItem itemWithText:@"Item1" URL:@"tt://countrylauncher"],
[TTTableTextItem itemWithText:@"Item2" URL:@"http://www.link1.org"],
[TTTableTextItem itemWithText:@"Item3" URL:@"http://link2.com"],
[TTTableTextItem itemWithText:@"Item4" URL:@"http://itunes.apple.com/us/app/lalalala/"],

2 个答案:

答案 0 :(得分:2)

添加UIWebview as the tableView`的页脚视图。

答案 1 :(得分:0)

如coneybeare所写,您可以设置节页脚或创建自定义单元格。然后,您可以在IB中创建视图,或者以您需要的方式以编程方式创建视图。 (网上有一些教程如何创建自定义单元格)