We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4dbb0 commit af112d5Copy full SHA for af112d5
README.md
@@ -152,6 +152,7 @@ For more examples take a look at [AdvancedList-SwiftUI](https://github.com/creli
152
153
<details>
154
<summary>Migration 2.x -> 3.0</summary>
155
+
156
The `AdvancedList` was dramatically simplified and is now more like the `List` and `ForEach` SwiftUI views.
157
158
1. Delete your list service instances and directly **pass your data to the list initializer**
@@ -229,6 +230,7 @@ AdvancedList(yourData, content: { item in
229
230
231
232
<summary>Migration 3.0 -> 4.0</summary>
233
234
Thanks to a hint from @SpectralDragon I could refactor the `onMove` and `onDelete` functionality to view modifiers.
235
236
**Before:**
0 commit comments