raweng / stack-scroll-view

Stack Scroll View Panel like Twitter Ipad app for iOS developers [iPad]
http://www.raweng.com
Other
379 stars 145 forks source link

UITableViewCellEditingStyleDelete #32

Open 1am opened 12 years ago

1am commented 12 years ago

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 commented 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?

Reefaq commented 12 years ago

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