You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ The current implementation covers 6 main transitions:
34
34
35
35
</details>
36
36
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
+
37
41
## Requirements
38
42
39
43
-**iOS**: iOS 16.0+
@@ -47,10 +51,6 @@ The current implementation covers 6 main transitions:
47
51
2. Enter the URL of the package repository.
48
52
3. Follow the instructions to complete the installation.
49
53
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.
0 commit comments