Re: Embedding a WebView in a Table
Re: Embedding a WebView in a Table
- Subject: Re: Embedding a WebView in a Table
- From: "Adam R. Maxwell" <email@hidden>
- Date: Wed, 21 Mar 2007 08:18:14 -0700
On Mar 21, 2007, at 07:51, I. Savant wrote:
On Mar 21, 2007, at 1:24 AM, Adam R. Maxwell wrote:
Have you tried NSAttributedString's initWithHTML... methods?
Drawing attributed strings in table cells should be much easier
than drawing with a WebView.
I thought I read somewhere that it doesn't handle CSS (either well
or at all). I haven't tried it myself, so I can't verify.
If the CSS in the same file/data, it works AFAIR, but haven't looked
at it for a while. NSAttributedString uses WebKit underneath on
10.4+, so it at least has potential for pretty complete support (you
can specify a WebResourceLoadDelegate as well).
-- adam
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden