Open 1am opened 12 years ago
I am having a similar issue. I have UIButtons added to one of my drill-down views (which is not a tableView), and the interaction with them is not at all normal. They don't show highlighted state until after finished being clicked. I also suspect the StackScroll is capturing all touches and not passing them as needed to subviews. Any suggestions?
@dejo does this solves ur issue https://github.com/raweng/StackScrollView/issues/27 ?? ..i think its similar to that ! pls check it
Hi
I'm using the StackScrollView and it works great but today i've bumped into an issue with UITableView and the abiility to drag-cell-to-show-delete-button. What do i have to do to restore this functionality? It works on iPhone (on which i don't use StackScrollView) but on iPad it does not. I assume that the StackScroll captures all events/gestures and doesn't pass them to subviews. Is there any fix for that without modyfying Your code?
Cheers, Piotr