Hi guys,
new to the forum, wanted to know if there is a way to find a list of all deprecated frameworks / classes, so that i don't waste my time going through those.
Hi guys,
new to the forum, wanted to know if there is a way to find a list of all deprecated frameworks / classes, so that i don't waste my time going through those.
Methods are indicated as deprecated when you option-click them in Xcode to view the documentation.
You also should get deprecation warnings whenever you build the app.
In both cases, alternate non deprecated current methods are almost always offered.
Methods are deprecated with almost every release! and usually documented in the release notes. I am curious why you think a comprehensive list would be helpful, and how much time it should cover.
Floating Wrench thanks for replying but i don't want the list of deprecated methods instead Frameworks / Classes, i have been wondering how to become an advanced iOS developed and reached to a result that I should explore "Media Layer" class by class / framework by framework but I read somewhere on google that "Media Player Framework" has been deprecated in favor of "AV Founation". Why should i spend time in exploring Frameworks / Classes such i.e. "Media Player Framework" which are deprecated and will be removed eventually.
If I have a comprehensive list of deprecated Frameworks / Classes i can skip those simply and save some time for me.
iOS or OS X?
Apple has this to say about that:
https://developer.apple.com/library/ios/releasenotes/General/WhatsNewIniOS/Articles/iOS6.html
As one example for OS X 10.9, see this link for a list of OS X deprecated frameworks,: https://developer.apple.com/library/mac/releasenotes/MacOSX/WhatsNewInOSX/Articles/MacOSX10_9.html
Otherwise I don't see newer list, sorry.