Skip to content

Commit 9a545bd

Browse files
author
Anton Poltoratskyi
committed
Added gif examples
1 parent dd0ec01 commit 9a545bd

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Example/Demo/custom.gif

1.47 MB
Loading

Example/Demo/default.gif

1.28 MB
Loading

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,23 @@ target 'MyApp' do
2020
end
2121
```
2222

23-
Available subspecs:
24-
- `Alert`
23+
If you don't need to connect all UI components you may use subspecs like:
2524

2625
```ruby
2726
target 'MyApp' do
2827
pod 'NativeUI/Alert', '~> 1.0'
2928
end
3029
```
3130

32-
## Usage
31+
Available subspecs:
32+
- `Utils`
33+
- `Alert`
3334

3435

36+
## Usage
3537

38+
![Demo](https://github.com/AntonPoltoratskyi/NativeUI/blob/master/Example/Demo/default.gif)
39+
![Demo](https://github.com/AntonPoltoratskyi/NativeUI/blob/master/Example/Demo/custom.gif)
3640

3741
## Author
3842

0 commit comments

Comments
 (0)