Question about Deprecated Methods
Question about Deprecated Methods
- Subject: Question about Deprecated Methods
- From: Seth Willits <email@hidden>
- Date: Fri, 26 Mar 2004 18:44:40 -0800
How do you guys handle deprecated methods when you want to be both
current and backwards compatible? For example, the
selectedRowsEnumerator in NSTableView is deprecated and
selectedRowIndexes is now the current method. While I can use
selectedRowsEnumerator in 10.3 and earlier, I'm wondering how you would
use one method for 10.3 and the other for 10.2 within the same
application.
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software -
http://www.freaksw.com
REALbasic Guru at ResExcellence -
http://www.resexcellence.com/realbasic
Webmaster for REALbasic Game Central -
http://www.freaksw.com/rbgames
"It's okay. We can't all have three digit IQ levels."
-- Seth Willits
------------------------------------------------------------------------
---
_______________________________________________
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.