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

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -