cemolcay / SlidingContainerViewController

An android scrollable tab bar style container view controller
MIT License
217 stars 41 forks source link

How can I hide slider bar? #11

Closed galileoguzman closed 7 years ago

galileoguzman commented 7 years ago

When I used slidingContainerViewController.hideSlider()

Just retured slider bar a litle down the slider bar

galileoguzman commented 7 years ago

Dont worry!!!

I've found a "hard code" solution, on SlidingContainerSliderView file I set this line on 0 let sliderHeight: CGFloat = 0

It works for me