Re: [Newbie] Finding the right information
Re: [Newbie] Finding the right information
- Subject: Re: [Newbie] Finding the right information
- From: Jonathan Jackel <email@hidden>
- Date: Sun, 02 Feb 2003 10:30:43 -0500
AppKiDo is my favorite, but another good way is to option-doubleclick
on a class or method name. Option-doubleclicking on NSString brings up
a contextual menu with several useful functions, as well as an item
called @interface NSString. That item takes you to the NSString docs.
Jonathan
On Sunday, February 2, 2003, at 07:32 AM, email@hidden wrote:
On dimanche, fivrier 2, 2003, at 01:22 PM, LE STANG Jean-Baptiste
wrote:
For example i'd like to know the methods I can use on an NSString
(concatenating, converting, extracting a part of the string, length,
). Where can I find them?
Solutions are:
- use the Class Browser in Project Builder
- use AppKi(t)Do
- use Help Viewer
- have a look at the Documentation folder in the /Developer folder
- make a Find Content query on /Developer
- make a search on the Apple Developer Web site via the google engine.
- buy a book on Cocoa (available at "Le Monde en Tique", FNAC, Amazon,
Eyrolles bookshops).
NSString is in Foundation.
_______________________________________________
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.
_______________________________________________
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.