Skip to content

Instantly share code, notes, and snippets.

@reflog
Created June 23, 2010 09:50
Show Gist options
  • Save reflog/449713 to your computer and use it in GitHub Desktop.
Save reflog/449713 to your computer and use it in GitHub Desktop.
- (void)setHtml:(NSString*)content{
NSString *r = [NSString stringWithFormat:@"<html><body style='background-color: transparent'>%@</body></html>", content,nil];
[calcview loadHTMLString:r baseURL:nil];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment