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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,27 @@ AdvancedList(yourData, listView: { rows in
63
63
})
64
64
```
65
65
66
+
### 🆕 Custom Content view
67
+
68
+
Starting from version `8.0.0` you have full freedom & control over the content view rendered in the `items` state of your `AdvancedList`. Use a `SwiftUI List` or a `custom view`.
69
+
70
+
Upgrade from version `7.0.0`**without breaking anything** and use the new API:
0 commit comments