Easy example to put HTML with CSS into an NSTextView? -
is there easy way put html css nstext or nstextview? once that, want rotate it, put part of in view, generate output, repeat...
thanks.
use webview , embed css html.
[[webview mainframe] loadhtmlstring:<yourstring> baseurl:nil];
Comments
Post a Comment