Files
SwiftUI/README.md
2019-06-06 11:16:28 +03:00

68 lines
1.6 KiB
Markdown

# SwiftUI Examples Projects
I add projects that use `SwiftUI`. If you have project, make a pull request.
## Navigate
- [Creating And Combining Views](#1)
- [Building Lists And Navigation](#1)
- [Handling User Input](#1)
- [Composing Complex Interfaces](#1)
- [Working With UIControls](#1)
- [Example To-Do App](#1)
- [Combine using GitHub API](#1)
- [Interfacing With UIKit](#1)
- [Drawing and Animation](#1)
- [Drawing Paths And Shapes](#1)
- [Animating Views And Transitions](#1)
## Projects
#### Creating And Combining Views
<img src="Resources/CreatingAndCombiningViews.png" width="80%">
#### Building Lists And Navigation
<img src="Resources/BuildingListsAndNavigation.png" width="80%">
#### Handling User Input
<img src="Resources/HandlingUserInput.png" width="80%">
#### Composing Complex Interfaces
<img src="Resources/ComposingComplexInterfaces.png" width="80%">
#### Working With UIControls
<img src="Resources/WorkingWithUIControls.png" width="80%">
<img src="Resources/WorkingWithUIControls2.png" width="80%">
#### Example To-Do App
<img src="Resources/ExampleToDoApp.png" width="80%">
#### Combine using GitHub API
<img src="Resources/CombineUsingGitHubAPI.png" width="80%">
#### Interfacing With UIKit
<img src="Resources/InterfacingWithUIKit.png" width="80%">
#### GitHub Search
<img src="Resources/GitHubSearch.png" width="80%">
## Drawing and Animation
#### Drawing Paths And Shapes
<img src="Resources/DrawingPathsAndShapes.png" width="80%">
#### Animating Views And Transitions
<img src="Resources/AnimatingViewsAndTransitions.png" width="80%">