CarbonKit icon indicating copy to clipboard operation
CarbonKit copied to clipboard

Hide navigation bar on scroll, keep CarbokKit tabs only

Open czaku opened this issue 9 years ago • 11 comments

Hi guys,

Is it possible to develop this future? I will try to have a look and maybe do some bits and pieces myself.

Thanks

czaku avatar Jul 07 '15 11:07 czaku

Hi @czaku,

I'm looking for the same behavior so I thought about using a library it worked for me before, TLYShyNavBar, assigning the toolbar of CarbonKit to this ShyNavBar's extension view. I didn't try it yet but I'm definitely gonna do it.

Hope it works!

GorkaMM avatar Jan 25 '16 13:01 GorkaMM

+1

ty-sang avatar Feb 19 '16 18:02 ty-sang

How to use TLYShyNavBar with Carbornkit, very difficult :(

TrungVu37 avatar Apr 12 '16 17:04 TrungVu37

hi @GorkaMM can you help me, how to scroll show/hide navbar in carbonkit

TrungVu37 avatar Apr 24 '16 18:04 TrungVu37

@TrungVu37 I tried with TLYShyNavBar but it was not working well. I didn't have time to look deeper into it so I can't tell you honestly, but if you find the way to do it please share it here.

Thank you and sorry!

GorkaMM avatar Apr 24 '16 18:04 GorkaMM

@GorkaMM you get any solution for TLYShyNavBar for hide/show navigaion bar... ?

RB-King avatar Aug 30 '16 13:08 RB-King

Hi @JaydeepPatel,

Sorry, the app I was working on didn't need that behavior anymore so I didn't have the chance to find a solution…

GorkaMM avatar Aug 30 '16 13:08 GorkaMM

@GorkaMM ohky.. thank x for reply...

RB-King avatar Aug 30 '16 13:08 RB-King

@TrungVu37 hello sir, you use TLYShyNavBar with carbonkit ? can you help me in hide/show navigationbar with carbonkit ?

this is my code:-

self.shyNavBarManager.scrollView = objMainHomeVC.objCollectionView; [self.shyNavBarManager setExtensionView:carbonTabSwipeNavigation.carbonSegmentedControl]; [self.shyNavBarManager setStickyExtensionView:YES];

Thank x in Advance.

RB-King avatar Sep 02 '16 05:09 RB-King

@czaku solved your issue sir ? because i have same issue. see my above comment? if you done than please help me and guide me. Thank x in advance.

RB-King avatar Sep 02 '16 08:09 RB-King

can you help me in hide/show navigationbar with carbonkit ?

this is my code:-

self.shyNavBarManager.scrollView = objMainHomeVC.objCollectionView; [self.shyNavBarManager setExtensionView:carbonTabSwipeNavigation.carbonSegmentedControl]; [self.shyNavBarManager setStickyExtensionView:YES];

Please help me.

thanx in advance

HiteshRasal avatar Jan 15 '18 14:01 HiteshRasal