为什么 AFNetworking 仍在使用 UIAlertView 尽管 Apple 表示已弃用?

Why is AFNetworking still using UIAlertView though Apple says its deprecated?

参见 UIAlertView + AFNetworking.m

由于我使用的是pod install,所以不想每次都改这个。 有什么解决方法吗?

A​​FNetworking 仍然支持 UIAlertView,因为 AFNetworking 2 支持的最小 iOS 目标为 iOS 6.

如果您没有在您的应用中使用 UIAlertView,您可以安全地忽略弃用警告(或者如果它们真的困扰您,请禁止它们)。

您还可以打开 UIKit+AFNetworking 的拉取请求,在可用时切换到 UIAlertController