views:

178

answers:

0

I am customizing the tableView (using UITableViewCell class for my View). I just want to show the reordering control when the user presses edit button. My program is working fine in 2.2 but when its 3.0 its not working properly.

When i press edit button ma cell shift to left and the discloser indicator changes to the reordering control. (2.2) correct.

When i press edit button ma cell shift to the right hand side and the discloser indicator changes to the reordering control. but there is space on the right hand side which i dont want.And because of which some of the labels are overlapping (3.0) wrong.

Thanks in advance