Does Anyone know, how many methods are Deprecated IOS 6.0?
For example:
1)
– shouldAutorotateToInterfaceOrientation:
Deprecated in iOS 6.0
Instead use
– shouldAutorotate
2)
– dismissModalViewControllerAnimated:
Deprecated in iOS 6.0
– presentModalViewController:animated:
Deprecated in iOS 6.0
Instead use
– presentViewController:animated:completion:
– dismissViewControllerAnimated:completion:
Another one
– viewDidUnload Deprecated in iOS 6.0
– viewWillUnload Deprecated in iOS 6.0
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 !!! :)
For instance you can check for Deprecated methods for NSArray and Deprecated methods for CLLocationManager
List is long but you can google it.
its long list between iOS 6 and iOS 7 there is uiallignment is replaced from nsallignment