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
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: