mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-02-22 23:47:46 +01:00
68 lines
1.6 KiB
Markdown
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="650">
|
|
|
|
#### Building Lists And Navigation
|
|
|
|
<img src="Resources/BuildingListsAndNavigation.png" width="650">
|
|
|
|
#### Handling User Input
|
|
|
|
<img src="Resources/HandlingUserInput.png" width="650">
|
|
|
|
#### Composing Complex Interfaces
|
|
|
|
<img src="Resources/ComposingComplexInterfaces.png" width="650">
|
|
|
|
#### Working With UIControls
|
|
|
|
<img src="Resources/WorkingWithUIControls.png" width="650">
|
|
<img src="Resources/WorkingWithUIControls2.png" width="650">
|
|
|
|
#### Example To-Do App
|
|
|
|
<img src="Resources/ExampleToDoApp.png" width="850">
|
|
|
|
#### Combine using GitHub API
|
|
|
|
<img src="Resources/CombineUsingGitHubAPI.png" width="280">
|
|
|
|
#### Interfacing With UIKit
|
|
|
|
<img src="Resources/InterfacingWithUIKit.png" width="650">
|
|
|
|
#### GitHub Search
|
|
|
|
<img src="Resources/GitHubSearch.png" width="280">
|
|
|
|
## Drawing and Animation
|
|
|
|
#### Drawing Paths And Shapes
|
|
|
|
<img src="Resources/DrawingPathsAndShapes.png" width="650">
|
|
|
|
#### Animating Views And Transitions
|
|
|
|
<img src="Resources/AnimatingViewsAndTransitions.png" width="650">
|
|
|