Is there an easy way to put HTML with CSS into an NSText or NSTextView? Once I do that, I want to rotate it, put part of it in a view, generate the output, then repeat...

Thanks.

有帮助吗?

解决方案

Use a WebView and embed the CSS into the HTML.

[[webView mainFrame] loadHTMLString:<yourstring> baseURL:nil];
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top