Does Anyone know which methods are Deprecated in IOS 6.0?

后端 未结 3 1800
轮回少年
轮回少年 2020-12-25 08:16

Does Anyone know, how many methods are Deprecated IOS 6.0?
For example:

1) – shouldAutorotateToInterfaceOrientation: Deprecated in

相关标签:
3条回答
  • 2020-12-25 09:00

    For instance you can check for Deprecated methods for NSArray and Deprecated methods for CLLocationManager

    List is long but you can google it.

    0 讨论(0)
  • 2020-12-25 09:04

    its long list between iOS 6 and iOS 7 there is uiallignment is replaced from nsallignment

    0 讨论(0)
  • 2020-12-25 09:22

    Changes in iOS 6, List of deprecated methods links

    http://www.bgr.com/2012/07/16/ios-6-download-beta-3-change-log/

    https://developer.apple.com/library/ios/#releasenotes/General/RN-iOSSDK-6_0/_index.html

    https://developer.apple.com/library/mac/#releasenotes/DeveloperTools/RN-Xcode/_index.html

    http://blog.twistedhq.com/post/31539631405/whats-new-in-the-new-apple-app-store-guidelines

    http://www.bgr.com/2012/07/16/ios-6-download-beta-3-change-log/

    http://9to5mac.com/2012/06/25/apple-pushes-ios-6-0-update-to-devs/

    Check them out !!! :)

    0 讨论(0)
提交回复
热议问题