mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-20 15:51:37 +02:00
Add examples project
This commit is contained in:
65
README.md
65
README.md
@@ -1,12 +1,67 @@
|
||||
# SwiftUI Projects
|
||||
# SwiftUI Examples Projects
|
||||
|
||||
I add projects that use `SwiftUI`. If you have project, make a pull request.
|
||||
|
||||
## Navigate
|
||||
|
||||
- [1](#1)
|
||||
- [1](#1)
|
||||
- [1](#1)
|
||||
- [1](#1)
|
||||
- [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%">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user