WWDC20: 在 Swift Playgrounds 中构建 SwiftUI 视图
WWDC 20 介绍了在 Playgrounds 中使用 SwiftUI 可以轻松构建原型或者在 Xcode 中使用的组件 https://developer.apple.com/videos/play/wwdc2020/10643/,过程比较简单,这里只记录了 ProgressView 部分的代码,稍有修改。
WWDC 20 介绍了在 Playgrounds 中使用 SwiftUI 可以轻松构建原型或者在 Xcode 中使用的组件 https://developer.apple.com/videos/play/wwdc2020/10643/,过程比较简单,这里只记录了 ProgressView 部分的代码,稍有修改。
iOS 14 很多原生控件的样式和功能都做了更新,带来了更好的体验,如新的 UIPageControl 特性支持不限数量、自定义背景等,新增的 UIColorPickerViewController 和 PHPickerViewController,以及更新后的 UIDatePicker 和 menu 等。