Adding an embedded web page to a spreadsheet?

I want to embed a webpage so that it appears in this file

alt text 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/"],
+3
source share
2 answers

Add footer to UIWebview as thetableView`.

+2
source

coneybeare, . IB , . ( )

0

Source: https://habr.com/ru/post/1783093/


All Articles