Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UITableViewCellEditingStyleDelete #32

Open
1am opened this issue Apr 19, 2012 · 2 comments
Open

UITableViewCellEditingStyleDelete #32

1am opened this issue Apr 19, 2012 · 2 comments

Comments

@1am
Copy link

1am commented Apr 19, 2012

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

@dejo
Copy link

dejo commented May 24, 2012

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

@Reefaq
Copy link
Contributor

Reefaq commented May 26, 2012

@dejo does this solves ur issue https://github.com/raweng/StackScrollView/issues/27 ?? ..i think its similar to that ! pls check it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants