有谁知道哪些方法在IOS 6.0中已弃用? [英] Does Anyone know which methods are Deprecated in IOS 6.0?

查看:81
本文介绍了有谁知道哪些方法在IOS 6.0中已弃用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有谁知道,有多少方法已弃用IOS 6.0

例如:

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

1)
- shouldAutorotateToInterfaceOrientation:在iOS 6.0中弃用

1) – shouldAutorotateToInterfaceOrientation: Deprecated in iOS 6.0

改为使用

– shouldAutorotate

2)

- dismissModalViewControllerAnimated:在iOS 6.0中不推荐使用

– dismissModalViewControllerAnimated: Deprecated in iOS 6.0

- presentModalViewController:animated:在iOS 6.0中弃用

– presentModalViewController:animated: Deprecated in iOS 6.0

改为使用

– presentViewController:animated:completion:

– dismissViewControllerAnimated:completion:

另一个

– viewDidUnload Deprecated in iOS 6.0

– viewWillUnload Deprecated in iOS 6.0


推荐答案

例如,您可以检查 NSArray的弃用方法 CLLocationManager的弃用方法

列表很长但你可以google它。

List is long but you can google it.

这篇关于有谁知道哪些方法在IOS 6.0中已弃用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆