Questions tagged [setediting]
18 questions
0
votes
1 answer
How to display rearrange control after moving rows in table view with editing enabled
So I stumbled upon a rather inconvenient 'feature' of the iOS SDK last night, and I wanted to share my finding and solution with you guys. Also to get input, should there be a better solution.
Scenario
I had a table view set up with two sections, on…

Ronni Egeriis Persson
- 2,209
- 1
- 21
- 43
0
votes
1 answer
UITableView / setEditing
I have the following problem with UITableView and setEditing.
The first time the view appears everything seems perfect.
The second time it crashes on the line:
[myList setEditing:YES animated:YES];
with a message like:
[1143:207] *** -[__NSArrayM…

Michel
- 10,303
- 17
- 82
- 179
0
votes
1 answer
How to prevent only one row to be ordered-obj c
I have a table view. And I have multiple rows. While doing the reorder in editing mode, I want one row to stay in the first index all the time. So, if a user wants to swap a row with the first row, it shouldnt allow it. But it should be possible…

BPL
- 277
- 1
- 3
- 4