Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emrepun authored Mar 29, 2020
1 parent 19f69c9 commit 85f6480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# StickyTabBarViewController
Sticky and Collapsible View on top of tab bar development

![](https://media.giphy.com/media/W519AMUoGGIDx8eHBE/giphy.gif)

# Requirements:
- iOS 10.0
- 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```.
Expand Down Expand Up @@ -47,8 +49,6 @@ Remove sticky view from the view controller that conforms to ```Expandable``` as
expander?.removeCollapsibleViewController(animated:)
```

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

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

0 comments on commit 85f6480

Please sign in to comment.