NSString *myHtml = [NSString stringWithFormat:Can't use div, since it seems to force a linebreak by default.
@"<html><body>"
"<span style='float:left'>%@</span>"
"<span style='float:right'>%@</span>"
@"</body></html>",
@"I'm left", @"I'm right"];
[self.cellWebView loadHTMLString:myHtml baseURL:nil];
No comments:
Post a Comment