display html embedded data in iphone -


i'm wondering whether there's control display html embedded data in iphone. need display information on web. data saved database html tag.

so there anyway me display data accordingly..

you can use uiwebview , load html using

- (void)loadhtmlstring:(nsstring *)string baseurl:(nsurl *)baseurl


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

c# - Binding attached property to IEnumerable -