Skip to content

Commit d633f7e

Browse files
committed
Update readme
1 parent fc6a8a3 commit d633f7e

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
![SwiftUIKit](https://user-images.githubusercontent.com/15708500/86090069-83443900-bafd-11ea-8692-41713679bae7.png)
1+
<p align="center">
2+
<img src="https://user-images.githubusercontent.com/15708500/86090069-83443900-bafd-11ea-8692-41713679bae7.png">
3+
</p>
24

35
# SwiftUIKit
46

@@ -18,7 +20,9 @@ There is an example app at `SwiftUIKitExampleApp` which can be built and run. Ju
1820

1921
## Demo
2022

21-
![Currency Text Field Demo](demo/currencyTextField.gif)
23+
<p align="center">
24+
<img src="demo/currencyTextField.gif" width="400">
25+
</p>
2226

2327
## Description
2428

@@ -44,7 +48,9 @@ struct ContentView: View {
4448

4549
## Demo
4650

47-
![Adapt to keyboard demo](demo/keyboardAdapt.gif)
51+
<p align="center">
52+
<img src="demo/keyboardAdapt.gif" width="400">
53+
</p>
4854

4955
## Description
5056

@@ -72,7 +78,9 @@ struct ContentView: View {
7278

7379
## Demo
7480

75-
![Contact picker demo](https://user-images.githubusercontent.com/15708500/86092942-55152800-bb02-11ea-9065-623a1a80d808.gif)
81+
<p align="center">
82+
<img src="https://user-images.githubusercontent.com/15708500/86092942-55152800-bb02-11ea-9065-623a1a80d808.gif" width="400">
83+
</p>
7684

7785
## Description
7886

0 commit comments

Comments
 (0)