mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 02:41:24 +01:00
Updated README
This commit is contained in:
@@ -68,7 +68,7 @@ extension ForEach where Content: View {
|
||||
/**
|
||||
Creates an instance that creates views for each object in a `ListSnapshot`.
|
||||
```
|
||||
@LiveList
|
||||
@ListState
|
||||
var people: ListSnapshot<Person>
|
||||
|
||||
var body: some View {
|
||||
@@ -127,7 +127,7 @@ extension ForEach where Content: View {
|
||||
/**
|
||||
Creates an instance that creates views for `ListSnapshot` sections.
|
||||
```
|
||||
@LiveList
|
||||
@ListState
|
||||
var people: ListSnapshot<Person>
|
||||
|
||||
var body: some View {
|
||||
@@ -164,7 +164,7 @@ extension ForEach where Content: View {
|
||||
/**
|
||||
Creates an instance that creates views for each object in a `ListSnapshot.SectionInfo`.
|
||||
```
|
||||
@LiveList
|
||||
@ListState
|
||||
var people: ListSnapshot<Person>
|
||||
|
||||
var body: some View {
|
||||
|
||||
Reference in New Issue
Block a user