Skip to content

Commit

Permalink
Merge pull request #59 from Qusea/patch-1
Browse files Browse the repository at this point in the history
Fix typo in the-@stored-family-of-property-wrappers.json
  • Loading branch information
mergesort authored Jan 2, 2024
2 parents 6cf5a88 + d898230 commit 8641b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ store.$items.sink({ items in
})
```

Even more powerful is seeing how naturally @``Stored`` arrays integrate into SwiftUI. We'll take our `NotesController` and let it be the data source for a SwiftUI view, watching our UI update in real time across all of our views whenever the data changes. While this example is one view, this technique will work in all your views that share the same data source, no matter how matter how complex your views may be.
Even more powerful is seeing how naturally @``Stored`` arrays integrate into SwiftUI. We'll take our `NotesController` and let it be the data source for a SwiftUI view, watching our UI update in real time across all of our views whenever the data changes. While this example is one view, this technique will work in all your views that share the same data source, no matter how complex your views may be.

```swift
struct NotesListView: View {
Expand Down
Loading

0 comments on commit 8641b9d

Please sign in to comment.