There's something buggy in the XCode Cocoa documentation...
There's something buggy in the XCode Cocoa documentation...
- Subject: There's something buggy in the XCode Cocoa documentation...
- From: Stephane Sudre <email@hidden>
- Date: Wed, 12 Oct 2005 18:55:46 +0200
when it comes to deprecated methods.
Here is an illustration of the problem:
. I am running XCode 1.5 (or later as it does not matter I guess).
. I am working with the 10.2.8 SDK.
. I need to use the NSTableView - selectedRowEnumerator; method because
- selectedRowIndexes; is only available from 10.3.
. I want to read the documentation for this method.
=> I can't.
The documentation I have access to is the one for the 10.3 (or later
APIs version) and just states: "This method has been deprecated. Use
selectedRowIndexes instead."
So basically, I can develop for older OS versions but I don't have
access to the related documentation.
Is there a way to work around this with the currently available SDKs?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden