Asynchronous-Programming-with-SwiftUI-and-Combine
Asynchronous-Programming-with-SwiftUI-and-Combine copied to clipboard
Code for my book, SwiftUI & Combine
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 185 ### What is wrong class BooksViewModel: ObservableObject { @Published var books: [Book] =...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 129 ### What is wrong Thanks to SwiftUI’s declarative syntax, adding animations to make...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 126 ### What is wrong One of the most common ways to let users...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 96 ### What is wrong @State var name = "Peter" ... TextField("Enter your name",...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 70 ### What is wrong "In addition to using these views in your own...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 58 ### What is wrong "367 pages" ### What's the correct spelling "451 pages"
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 56 ### What is wrong Text("367 pages") ### What's the correct spelling Text("451 pages")
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 54 ### What is wrong Figure 2-11 uses a different book name and page...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 57 ### What is wrong Fix the compiler errors by updating the call to...
I found a typo in _Asynchronous Programming with SwiftUI and Combine_. * Edition: 1st * Page: 48 ### What is wrong "To insert an image to the left of the...