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
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
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 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];
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
The text was updated successfully, but these errors were encountered: