Liaoworking / SwiftUI-Usage

some SwiftUI usage in your real project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftUI-Usage

The best way to start with SwiftUI is Apple's SwiftUI tutorials

I had collected some SwiftUI usage in this project.
If you want to have a overview of SwiftUI usage in your real project, Here is a good start.
If you want to build your first SwiftUI Project, You can Use this as a reference.
If you have a better idea of some others SwiftUI usage, you can Pull your request.
Thanks.

image

Title Illustration Title Illustration
UILabel -> Text image UIImage -> Image image
UIbutton -> Button image UITextField -> TextField image
UITableView -> List image UISlider -> Slider image
UISwitch -> Toggle image UIPickerView -> Picker image
UIAlertController -> ActionSheet & Alert image image UINavigationController -> NavigationView image image
UITabBarViewController -> TabView image Stpper image
Form image LifeCycle image
Gesture image Shape image
LoadDataFromNetwork image ImagePicker image
To be continued 🙂

About

some SwiftUI usage in your real project

License:MIT License


Languages

Language:Swift 99.9%Language:C 0.1%