Skip to content

Commit e66a768

Browse files
authored
Update README.md
1 parent e54a8ac commit e66a768

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
## 🤔 About
99

10-
Loadable allows you to attach `Progress` to any `UIView` or subclass and then use the `UIView` to display progress. You can animate the progress, set the progress colour and show or hide the percentage progress in the bottom corner of your view.
10+
Loadable allows you to attach `Progress` to any `UIView` or subclass and then use the `UIView` to display progress. You can animate the progress, set the progress colour and show or hide the percentage progress in the bottom corner of your view. Please see below for demos of Loadable working on a `UIView` and a `UISegmentControl`.
11+
12+
<p align="center">
13+
<img src="https://i.imgur.com/g73LOXs.gif">
14+
<img src="https://i.imgur.com/g2nBipd.gif">
15+
</p>
1116

1217
## 🔛 Demo
1318

0 commit comments

Comments
 (0)