UITableView: block cell dragging during reordering

Posted by Luca on Stack Overflow See other posts from Stack Overflow or by Luca
Published on 2010-06-10T10:08:38Z Indexed on 2010/06/10 10:13 UTC
Read the original article Hit count: 296

Hi

I've a problem with UITableView. When I'm in editing mode i want to reorder the cell but e when I drag a cell at the bottom of the screen it's allowed to go down as much as the TableView height and down the last tableViewCell. I've only 4 cell and i want that when Im dragging a cell it's not allowed to go down after the fourth cell.

Can Anyone help me?!?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk