Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种简单的方法可以将带有 CSS 的 HTML 放入 NSText 或 NSTextView?一旦我这样做了,我想旋转它,将它的一部分放在视图中,生成输出,然后重复......
谢谢。
使用 WebView 并将 CSS 嵌入 HTML。
[[webView mainFrame] loadHTMLString:<yourstring> baseURL:nil];