Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 489 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 489 Bytes

swiftUI 学习Demo

用于swiftUI学习的Demo,用swiftUI编写了常见的UI页面

Demo1.登录页面

登录

Demo2.segmented view分类切换

SwiftUI中,目前还没有特别强大的分类切换组件。 为适应实际项目需求,采用UIViewControllerRepresentable协议,包装 JXSegmentedView成swiftUI视图来实现。

分类切换