Skip to content

Commit e13ff62

Browse files
committed
feat: rewording
1 parent 0b767ce commit e13ff62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0000-ios-scenedelegate-and-resizing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ date: 16.12.2025
99

1010
## Summary
1111

12-
iOS26 introduced deprecation of many UIApplication APIs and made `SceneDelegate` API the preferred one, notifying programmers with a warning that "UIScene lifecycle will soon be required". In future versions of iOS, `SceneDelegate` [is going to be the only supported API](https://developer.apple.com/documentation/technotes/tn3187-migrating-to-the-uikit-scene-based-life-cycle#:~:text=Failure%20to%20adopt%20will%20result%20in%20an%20assert%20in%20the%20future.) and therefore we need to start migrating to it.
12+
iOS26 introduced deprecation of many UIApplication APIs and made UIScene lifecycle - achieveable with the `SceneDelegate` API - the preferred one, notifying programmers with a warning that "UIScene lifecycle will soon be required". In future versions of iOS, `SceneDelegate` [is going to be the only supported API](https://developer.apple.com/documentation/technotes/tn3187-migrating-to-the-uikit-scene-based-life-cycle#:~:text=Failure%20to%20adopt%20will%20result%20in%20an%20assert%20in%20the%20future.) and therefore we need to start migrating to it.
1313

1414
![](assets/0000-ios-deprecation-warning.png)
1515

@@ -19,7 +19,7 @@ One related aspect not covered by this RFC is the performance of `useWindowDimen
1919

2020
The idea proposed in this RFC is to:
2121

22-
1) migrate from `AppDelegate` to `SceneDelegate`
22+
1) migrate from `AppDelegate` to UIScene lifecycle by adopting `SceneDelegate`
2323
2) educate on the need to migrate existing apps to adopt `SceneDelegate`
2424

2525
## Basic example

0 commit comments

Comments
 (0)