Re: [Newbie] Finding the right information
Re: [Newbie] Finding the right information
- Subject: Re: [Newbie] Finding the right information
- From: June Van Dyke <email@hidden>
- Date: Sun, 02 Feb 2003 07:37:43 -0500
On 2/2/03 7:22 AM, "LE STANG Jean-Baptiste" <email@hidden>
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?
In PB, go to the Help menu and select "Cocoa Help". In the resulting page,
press "Foundation" under "Reference Documentation / Objective-C Framework
Reference". Select NSString from the reference page.
To get to the Strings programming topic, select "Cocoa Help" again. Scroll
down to "Programming Topics / Data Management". Select Strings from the
list.
The reference, first method, will give you a list of all the public methods
on NSString and a brief description. The programming topic, second method,
will give you some information on the usage of NSStrings.
--
-- sinclair44
[self becomeWorldDictator];
- (void)becomeWorldDictator
{
[[world currentLeaders] assassinate];
[[world citizens] terrorize];
[world setCurrentLeaders:[NSArray arrayWithObject:self]];
}
_______________________________________________
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.