You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,41 +5,35 @@ Sticky and Collapsible View on top of tab bar development
5
5
- iOS 10.0
6
6
- 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```.
7
7
8
-
Conform to ```StickyViewControllerSupporting``` from your custom tab bar controller
8
+
Subclass ```StickyViewControllerSupportingTabBarController``` from your tab bar controller.
9
9
10
-
# Implement following properties:
10
+
# Override following properties:
11
11
```
12
-
var collapsedHeight: CGFloat (Set it to minimised view's height you want)
13
-
var collapsableVCFlow: ExpandableViewController? (keep it as optional)
0 commit comments