|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/swiftui-in-depth-practical-code-examples-in-swiftui/
课程评论:没有评论
## 《SwiftUI 深度剖析:SwiftUI 实践代码示例》课程摘要 本课程将深入探讨 Apple 在 WWDC 19 上发布的下一代 UI/UX 开发框架 SwiftUI。 **课程亮点:** * **声明式 UI:** 学习如何以声明式的方式构建应用界面,通过组合视图和修饰符(modifiers)轻松创建复杂的 UI/UX。 * **数据绑定与 Combine:** 掌握 SwiftUI 如何与 Combine 框架结合,实现 UI 与数据的双向绑定,让数据变化即时反映在界面上,反之亦也。 * **视图可复用性:** 理解 SwiftUI 视图的高度可复用性,如何创建可重用的 UI 组件,提高开发效率。 * **Xcode 实时预览:** 学习使用 Xcode 11 引入的 SwiftUI 实时预览功能,即时查看代码更改对应用外观的影响。 * **组件深度解析与实战:** 课程将逐一深入剖析 SwiftUI 的核心组件及其属性,并在学习完组件后,通过构建实际可用的应用程序来巩固所学知识。 **学习目标:** 本课程旨在帮助您全面掌握 SwiftUI 的开发技巧,能够独立构建功能完善、用户体验出色的 iOS 应用。
In WWDC 19 Apple announced the next big thing in their dev community SwiftUI.SwiftUI is new way of creating UI/UX for your apps, in a declarative manner. By combining choices of views and modifiers you can create complex user interfaces with ease.SwiftUI helps data binding to User Interfaces easy with the introduction of Combine Framework. When the data changes, so does the UI and vice versa.SwiftUI is also incredibly reusable. Views you create can be reused time and time again.With SwiftUI apple also introduced SwiftUI Previews in Xcode 11 and to show you in real time as how your code changes will effect the look of your app.In this course we will take a deep dive into each component that builds SwiftUI. We will also build working apps after learning components and their properties.