Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2290
missing touch event if add view on top of TabItem
posted

Hi,

I need to add my own UIView based view on tab of the actual IGSlideTabItem and it is no problem, but I am not getting any of the events from my view such as TouchUpInside.

What am I missing?

Thank you

Mark

  • 4940
    Suggested Answer
    Offline posted

    Hi Mark,

    If you're adding a button or view inside of the default tabView and want to use it as a trigger for expansion or another task, simple set isTappable on the tab item to NO. I've also attached a sample demonstrating this same instruction.

    SlideTabTopTab.zip
  • 2290
    Suggested Answer
    Offline posted

    I should add that getting Tap gesture is working, so I think I am going to proceed with that.

    Thank you