mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-16 05:56:40 +01:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -24,7 +24,6 @@ and follow me on GitHub:
|
||||
|
||||
#### Other projects
|
||||
|
||||
- [Currency Converter & Calculator](#transition-and-blur)
|
||||
- [Transition And Blur](#transition-and-blur)
|
||||
- [2048 Game](#2048-game)
|
||||
- [SFSymbols](#sfsymbols)
|
||||
@@ -53,6 +52,7 @@ and follow me on GitHub:
|
||||
- [SwiftUI Weather App](#SwiftUI-Weather)
|
||||
- [DesignCode SwiftUI App](https://github.com/mythxn/DesignCode)
|
||||
- [SwiftUI SlideToOpen](#MTSlideToOpen-SwiftUI)
|
||||
- [Currency Converter & Calculator](#transition-and-blur)
|
||||
|
||||
Also include:
|
||||
- Movie
|
||||
@@ -111,12 +111,6 @@ For change state using `@State` as property:
|
||||
@State var show = false
|
||||
```
|
||||
|
||||
### Currency Converter & Calculator
|
||||
|
||||
[Source](https://github.com/CurrencyConverterCalculator/iosCCC)
|
||||
|
||||
<img src="https://github.com/CurrencyConverterCalculator/iosCCC/blob/master/iosCCC.gif" width="360px"/>
|
||||
|
||||
## Transition And Blur
|
||||
|
||||
<img src="Resources/TransitionBlur.png" width="700">
|
||||
@@ -235,6 +229,12 @@ For change state using `@State` as property:
|
||||
|
||||
<a href="url"><img src="https://raw.githubusercontent.com/lemanhtien/MTSlideToOpen-SwiftUI/master/example.gif" align="center" height="500" ></a>
|
||||
|
||||
### Currency Converter & Calculator
|
||||
|
||||
[Source](https://github.com/CurrencyConverterCalculator/iosCCC)
|
||||
|
||||
<img src="https://github.com/CurrencyConverterCalculator/iosCCC/blob/master/iosCCC.gif" width="360px"/>
|
||||
|
||||
### Authors
|
||||
|
||||
Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft), [devxoul](https://github.com/devxoul), [cmtrounce](https://github.com/cmtrounce), [unixzii](https://github.com/unixzii), [ra1028](https://github.com/ra1028) for examples project.
|
||||
|
||||
Reference in New Issue
Block a user