I want to embed a webpage so that it appears in this file
In the "Element" section, I would like to embed a web page so that it displays, since this page has live updates in HTML.
Can this be done?
thank
This is the code to represent the table as I use 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/"],
source
share