既然 iOS 26 必须启用 UIScene 生命周期,那么 UIAlertView/UIActionSheet 就实际已经无法使用了,所以为什么不直接将它们标记为不可用,或者直接移除?
为什么在 Xcode 26 中,不将 UIAlertView/UIActionSheet 更改为不可用?
你好 Xezuy,
UIAlertView 和 UIActionSheet 都是被 UIAlertController 取代了。 请用 UIAlertController 在 UIScene 的生命周期。
谢谢,
Richard Yeh Developer Technical Support