honcheng / PaperFold-for-iOS

Paper folding animation for iOS
Other
2.7k stars 398 forks source link

UITableView Editing Problems #13

Open davypaperboy opened 12 years ago

davypaperboy commented 12 years ago

When using a UITableView as the Center view, editing does not work, specifically reordering cells.

gets called in the delegate, but always returns destination & source as same the value.

bagusflyer commented 12 years ago

I don't think it's the problem of this component.

yanndupuy commented 11 years ago

I have the same issue, i think it's due to GestureRecognizer and touch event not forward. May be this bug is connected with issue #29

Anyone find a solution ?

yanndupuy commented 11 years ago

One solution is to keep a reference to the PanGestureRecognizer in FoldView Object and disable it throught property enable