Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Touches inside the extension view #135

Open
matthewfx opened this issue Apr 3, 2016 · 3 comments
Open

Touches inside the extension view #135

matthewfx opened this issue Apr 3, 2016 · 3 comments

Comments

@matthewfx
Copy link

hi,

I've put a segmented control inside the extension view and looks like it's not capturing tap gestures.

Is there an easy way to fix it?

Regards,

Mat

@jajhar
Copy link

jajhar commented Apr 29, 2016

I am having the same issue with a standard view (containing a button) as the extension. The extension view is fully tappable when the nav bar is showing. However, once the nav bar hides and the sticky extension view is at the top, no taps pass through. The view itself uses autolayout. Not sure if that helps.

@iainsmith
Copy link

I've done some experimentation with this, and disabling the navigationBar allowed our controls to pick up the touches.

@RB-King
Copy link

RB-King commented Aug 31, 2016

@iainsmith in my issue, i have carbonSegmentedControl using carbonkit. when i scroll up than navigationbar hide and get effect proper but segment touch is not work so, plz help me...here is my code:-

/* Library code /
self.shyNavBarManager.scrollView = objMainHomeVC.objCollectionView;
/
Can then be remove by setting the ExtensionView to nil */
[self.shyNavBarManager setExtensionView:carbonTabSwipeNavigation.carbonSegmentedControl];

[self.shyNavBarManager setStickyExtensionView:YES];

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants