Re: reading keys from a plist file
Re: reading keys from a plist file
- Subject: Re: reading keys from a plist file
- From: Alastair Houghton <email@hidden>
- Date: Mon, 1 Dec 2003 12:15:22 +0000
On 1 Dec 2003, at 10:44, M. Uli Kusterer wrote:
>
You don't need an NSEnumerator if that's all you want to do.
>
NSEnumerators are only for the case where you want to enumerate all
>
(or most) of the objects in an array, dictionary or whatever. In
>
particular, since AppleSymbolicHotkeys above again contains a
>
dictionary, I don't think you can use objectEnumerator on it (as I
>
seem to remember that method only was available for NSArray).
You can use -objectEnumerator on a dictionary, although -keyEnumerator
is usually more useful.
Kind regards,
Alastair.
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
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.