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
@@ -148,7 +148,10 @@ AdvancedList(yourData, content: { item in
148
148
149
149
For more examples take a look at [AdvancedList-SwiftUI](https://github.com/crelies/AdvancedList-SwiftUI).
150
150
151
-
## Migration 2.x -> 3.0
151
+
## Migration
152
+
153
+
<details>
154
+
<summary>Migration 2.x -> 3.0</summary>
152
155
153
156
The `AdvancedList` was dramatically simplified and is now more like the `List` and `ForEach` SwiftUI views.
154
157
@@ -158,6 +161,7 @@ The `AdvancedList` was dramatically simplified and is now more like the `List` a
158
161
4.**Move and delete:** Instead of setting `AdvancedListActions` on your list service just pass a `onMoveAction` and/or `onDeleteAction` block to the initializer
0 commit comments