Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding embdeded webpage to a tableview?

Tags:

iphone

three20

I want to embed a webpage so it displays on this pasge

alt text Under the Item, I would like to embed a web page so it displays as that page has live updates in HTML.

Could this be done?

Thanks

This is the code for the Table View as I'm using 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/"],
like image 440
user370507 Avatar asked Dec 05 '25 19:12

user370507


1 Answers

Add a UIWebview as thetableView`'s footer view.

like image 129
coneybeare Avatar answered Dec 08 '25 12:12

coneybeare