摘要: - (NSIndexPath *) tableView:(UITableView *)tableView targetIndexPathForMoveFromRowAtIndexPath:(NSIndexPath *)sourceIndexPath toProposedIndexPath:(NSIndexPath *)proposedDestinationIndexPath {return sourceIndexPath.section == proposedDestinationIndexPath.section ? proposedDestinationIndexPath : source 阅读全文
posted @ 2012-11-30 17:20 zander 阅读(334) 评论(0) 推荐(0)