Re: Safari SDK
Re: Safari SDK
- Subject: Re: Safari SDK
- From: "M. Uli Kusterer" <email@hidden>
- Date: Tue, 24 Jun 2003 20:02:03 +0200
At 12:53 Uhr -0400 24.06.2003, Rhon Fitzwater wrote:
Did Steve Jobs mention something about a Safari SDK or was this just
the webkit/foundation stuff. Someone also mentioned it was easy to
make your own browser by just adding a few lines of code. How does
one go about doing that. Where can I download all of this?
WebKit can be found in the "Internet" section of the Cocoa section.
It's really easy. It comes with its own copy of the online docs (only
for WebKit). Basically, you just create a WebView, two buttons and a
text field, specify two delegates, implement two delegate methods and
the awakeFromNib, one action and you have a fully working browser.
Most of this is detailed in the docs, including a few code snippets
that should get you started. Just don't try to use it from a Carbon
app ;-)
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Safari SDK (From: Rhon Fitzwater <email@hidden>) |