为什么在 Xcode 26 中,不将 UIAlertView/UIActionSheet 更改为不可用?

既然 iOS 26 必须启用 UIScene 生命周期,那么 UIAlertView/UIActionSheet 就实际已经无法使用了,所以为什么不直接将它们标记为不可用,或者直接移除?

你好 Xezuy,

UIAlertViewUIActionSheet 都是被 UIAlertController 取代了。 请用 UIAlertControllerUIScene 的生命周期。

谢谢,

Richard Yeh  Developer Technical Support

为什么在 Xcode 26 中,不将 UIAlertView/UIActionSheet 更改为不可用?
 
 
Q