10

有谁知道,Deprecated IOS 6.0有多少种方法?
例如:

1) – shouldAutorotateToInterfaceOrientation:在 iOS 6.0 中已弃用

而是使用

– shouldAutorotate

2)

– 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
4

3 回答 3

11

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

List is long but you can google it.

于 2012-10-09T05:31:16.727 回答
0

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

于 2014-02-17T06:33:26.170 回答