Frage

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.

War es hilfreich?

Lösung

Use a WebView and embed the CSS into the HTML.

[[webView mainFrame] loadHTMLString:<yourstring> baseURL:nil];
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top