Skip to content

Commit 85f6480

Browse files
authored
Update README.md
1 parent 19f69c9 commit 85f6480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# StickyTabBarViewController
22
Sticky and Collapsible View on top of tab bar development
33

4+
![](https://media.giphy.com/media/W519AMUoGGIDx8eHBE/giphy.gif)
5+
46
# Requirements:
57
- iOS 10.0
68
- Tab bar is visible as long as there is a sticky view controller allocated on top of it (any vc pushed at any point should not set ```hidesBottomBarWhenPushed``` to ```true```.
@@ -47,8 +49,6 @@ Remove sticky view from the view controller that conforms to ```Expandable``` as
4749
expander?.removeCollapsibleViewController(animated:)
4850
```
4951

50-
# Examples:
51-
![First](https://media.giphy.com/media/gf6Fk8JXliaUAiwwC1/giphy.gif)
5252

5353
# Pending Improvements:
5454
- It would be nice to have the ability to hide tab bar and status bar upon expanding, in parameterized way.

0 commit comments

Comments
 (0)