有没有人知道,有多少方法是被废弃的IOS6.0?
例如:
1) – shouldAutorotateToInterfaceOrientation:在iOS 6.0中被废弃
使用
– shouldAutorotate2)
– dismissModalViewControllerAnimated:在iOS 6.0中被否决
– presentModalViewController:animated:在iOS 6.0中被否决
使用
– presentViewController:animated:completion:
– dismissViewControllerAnimated:completion:另一个
– viewDidUnload Deprecated in iOS 6.0
– viewWillUnload Deprecated in iOS 6.0发布于 2012-10-09 05:31:16
例如,您可以检查不推荐的NSArray方法和不推荐的CLLocationManager方法
列表很长,但是你可以搜索它。
发布于 2012-10-09 05:29:23
更改iOS 6,不推荐的方法链接列表
http://www.bgr.com/2012/07/16/ios-6-download-beta-3-change-log/
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/
检查他们!)
发布于 2014-02-17 06:33:26
它在iOS 6和iOS 7之间的长列表中有一个词是从nsallignment代替的。
https://stackoverflow.com/questions/12793311
复制相似问题