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
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.
I should add that getting Tap gesture is working, so I think I am going to proceed with that.