Asynchronous programming with SwiftUI and Combine : functional programming to build UIs on Apple platforms /
Develop UI-heavy applications more easily, faster, and error-free. Based on several enhancements to the Swift language, SwiftUI takes a declarative approach to building UIs. Instead of imperatively coding the UI, this book will show you how to describe how you want your UI to look. SwiftUI treats th...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
New York, NY :
Apress,
[2023]
|
Edición: | [First edition]. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Chapter 1: SwiftUI - A new Beginning
- Chapter 2: Getting Started with SwiftUI
- Chapter 3: SwiftUI Building Blocks
- Chapter 4: State Management
- Chapter 5: Displaying Data in Lists
- Chapter 6: Building Input Forms
- Chapter 7: Getting Started with Combine
- Chapter 8: Driving UI State with Combine- Chapter 9: Networking with Combine
- Chapter 10: Error Handling in Combine
- Chapter 11: Implementing Custom Combine Operators
- Chapter 12: Wrapping existing APIs in Combine (Firebase)
- Chapter 13: Combine Schedulers and SwiftUI
- Chapter 14: Getting Started with async-await
- Chapter 15: Using async-await in SwiftUI
- Chapter 16: Bringing it all together - SwiftUI, async-await, and Combine.