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
Post a Comment