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

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -