Asynchronous-Programming-with-SwiftUI-and-Combine icon indicating copy to clipboard operation
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard

Code for my book, SwiftUI & Combine

Results 30 Asynchronous-Programming-with-SwiftUI-and-Combine issues
Sort by recently updated
recently updated
newest added

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: ### What is wrong There's a hyphen between Peter and Friese "Peter-friese" in a...

typo

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: Chapter 4 - under heading "Binding Value Types" ### What is wrong The variable...

typo

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 62 ### What is wrong After extracting the view, it is references with the...

typo

**Describe the bug** The book describes on page 57 how to make the Book type identifiable. But in the starter project the Book struct already is Identifiable. **To Reproduce** Steps...

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 57 ### What is wrong `ContentView(books: sampleBooks)` ### What's the correct spelling `ContentView(books: Book.sampleBooks)`

typo

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 36 ### What is wrong In the code from the Github repo the Book...

typo

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 28 ### What is wrong In the code snippet the modifiers `.font(.title)` and `.foregroundColor(Color.pink)`...

typo

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 23 ### What is wrong Click the Content placeholder (or press the Tab key),...

typo

Right now the repository only has the code in the book but not the code for exercise. What is the best way to check if you have done it correctly?

I found a typo in _Asynchronous Programming 
with SwiftUI and Combine_. * Edition: 1st * Page: 230 ### What is wrong Whenever one of the published properties changes, the view...

typo