avoid initWithURL?
avoid initWithURL?
- Subject: avoid initWithURL?
- From: Darin Duphorne <email@hidden>
- Date: Fri, 1 Feb 2002 08:22:12 -0600
I have plain text html in a textView. I can save the text to a file and use
initWithURL to render the html in another textView. Can I somehow avoid the
temp file saving and initWithURL and render straight from the textView?