有谁知道哪些方法在IOS 6.0中已弃用?

有谁知道,有多少方法是不推荐的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