Skip to content

Commit 0094ed8

Browse files
authored
Update README.md
1 parent 0ef5342 commit 0094ed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ The current implementation covers 6 main transitions:
3434

3535
</details>
3636

37+
## Why This Is Interesting
38+
- The implementation of the `unwind` transition may be of particular interest to those who have already attempted to create similar transitions in SwiftUI.
39+
- In addition to the specific task of multi-level return, the `unwind()` can also be used instead of the usual `pop()` when it is necessary to pass data back to the previous screen. The `onUnwind()` call will always be made before the `onAppear()` call.
40+
3741
## Requirements
3842

3943
- **iOS**: iOS 16.0+
@@ -47,10 +51,6 @@ The current implementation covers 6 main transitions:
4751
2. Enter the URL of the package repository.
4852
3. Follow the instructions to complete the installation.
4953

50-
## Why This Is Interesting
51-
- The implementation of the `unwind` transition may be of particular interest to those who have already attempted to create similar transitions in SwiftUI.
52-
- In addition to the specific task of multi-level return, the `unwind()` can also be used instead of the usual `pop()` when it is necessary to pass data back to the previous screen. The `onUnwind()` call will always be made before the `onAppear()` call.
53-
5454
## Getting Started
5555

5656
<details>

0 commit comments

Comments
 (0)