Can't Reorder a UITableViewCell into _some_ empty sections of a UITableView
Posted
by Jeremy Lightsmith
on Stack Overflow
See other posts from Stack Overflow
or by Jeremy Lightsmith
Published on 2010-03-08T23:39:00Z
Indexed on
2010/03/23
10:13 UTC
Read the original article
Hit count: 337
If I have a UITableView in edit mode, w/ reordering turned on, it seems I can't move some (but not all) cells into some (but not all) empty sections. For example, if I have this layout :
Section 1
apple
banana
Section 2
doberman
Section 3
Section 4
Then I can move 'doberman' into any slot in section 1 (except after 'banana'), but I can't move it into section 3 or 4 at all.
On the other hand, I can move 'apple' & 'banana' into section section 2 (except after 'doberman'), and I CAN move it into section 3, but NOT into section 4.
What gives? this seems like buggy behavior. How do people work around it? Is apple aware of this bug?
© Stack Overflow or respective owner