문제

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