Tagged Questions
0
votes
2answers
56 views
UITableView insertion control should not be reorderable
I have a UITableView where I want to be able to insert rows via the Insertion Control (green plus icon). (I originally had this working with the Add control on the navigation bar, but with 'back', ...
1
vote
1answer
157 views
Reordering rotated uitableviewcell
I've got a uitableview that I've rotated 180 degrees but whose cells I've rotated back -180 degrees. The effect is that I am loading my data from the bottom of the table view. This works great. The ...
0
votes
1answer
101 views
User clicks cell in a UITableView to reorder, how can I know the index and location of the cell being dragged?
Using the provided reorderControls, the user can tap and hold to drag a cell around to reorder it. How can I know which cell they've selected to drag and the position of that current cell (ie when ...
0
votes
1answer
349 views
How to reorder Cells in UITableView
i try about hour to make ability to reoder Cells in UITableView.
i create cells
-(UITableViewCell *)tableView:(UITableView *)tV cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString ...
1
vote
3answers
834 views
Using long press gesture to reorder cells in tableview?
I want to be able to reorder tableview cells using a longPress gesture (not with the standard reorder controls). After the longPress is recognized I want the tableView to essentially enter 'edit mode' ...
0
votes
0answers
57 views
how can i prevent reorering when a row in edit mode
i have a UItableView having custom UItableViewCell, and a UITextView in each cell. UITableView editing is always on. Now please tell me how can i prevent reordering for that row which is currently ...
0
votes
1answer
119 views
UITableView reorder with tap within table
A question for those who have used a UITableView in the past
I am currently using a UITableView in edit mode and I have the following data source / delegate methods implemented
...
0
votes
0answers
61 views
Finding tap point while UITableView reorders
How to find out where the finger is when the user is reordering ?
I have a uitableview which covers 1/3 of the ipad screen.
When I start reordering the cell I am able to move the cells up and down ...
0
votes
0answers
295 views
Reorder control not showing after layoutsubview uitableviewcell
My problem is after create a custom uitableViewCell and implement layoutSubviews method to layout all subviews of my custom cell --> the reorder control is disappear (it has showed when using normal ...
2
votes
1answer
2k views
How to make reorder control of UITableViewCell in left side?
I am doing a news reader app and I want that user can choose show/hide news categories (such as top news, business, technology,sports, etc) and reorder them like BBC news app in android.
See picture ...
2
votes
1answer
475 views
UITableView tap and hold + drag and drop
I wanted to find out how to do the following:
I have a UItableView, which enters edit mode when the user taps and holds one of the rows
Once it enters edit mode I need the cell to remain selected ...
0
votes
2answers
371 views
Core Data - Reordering TableView won't save
.
Hello,
I have the following code to set the re-ordering of the tableView.
#pragma mark Row reordering
// Determine whether a given row is eligible for reordering or not.
- ...
5
votes
3answers
1k views
How to get notified of UITableViewCell move start and end
I have a UITableView in my iOS app that gets refreshed periodically. The user is also able to move the tableview rows at all times (the tableview is always in editing mode).
I want to stop the ...
0
votes
1answer
1k views
Reorder UITableView and hide reorder control
My question is like this: Reordering UITableView without reorder control, I use these methods:
- (BOOL)tableView:(UITableView *)tableView canEditRowAtIndexPath:(NSIndexPath *)indexPath {
return ...
1
vote
2answers
2k views
UITableView reorder like Clear app
How to start moving after the long tap detect? long tap detect with uilongpressgesturerecognizer.
My code:
`- (void)viewWillAppear:(BOOL)animated{
[super viewWillAppear:animated];
flMoveRow = ...
3
votes
2answers
519 views
Can't drag UITableViewCell from its current position when reorder
I'm trying to make my Core data backed UITableView have reorder ability, After implement all those delegate and some technique for core data mentioned here I found strange behavior. After tap edit ...
2
votes
0answers
165 views
UITableView reordering with click anywhere in the cell
Does anyone know of a way to do this?
Two Attempts:
Try to expand the UITableViewCellReorderingControl
Use the gesture / touch event of the cell(?) and try to call it from my own control?
best ...
1
vote
2answers
276 views
Prevent UITableviewcell from becoming transparent during reordering
I am trying to keep my uitableviewcells opaque during reorder animation - reason being that I am doing custom drawing of the cell in one view to enhance scroll performance, but doing this slows down ...
2
votes
1answer
1k views
Reordering UITableView rows programmatically with animation
I very much know how to reorder UITableView rows using "reorder Control" by the user.
By implementing UITableView delegates and datasource methods as it is provided in apple documentation.
But I ...
0
votes
3answers
436 views
Reordering rows in a UITableView
I've been stuck for a really long time with this problem and I need help. Here's what my code does. I have an NSMutableArray with data. The first row displays all the elements of the array. Then I ...
1
vote
1answer
374 views
Reordering files using NSFileManager on iPhone
I have a question on the NSFileManager.
I store a collection of images in the Documents directory in an iPhone app.
basically they are stored as img0001.jpg, img0002.jpg,...img0010.jpg.
I am using ...
0
votes
1answer
524 views
Reordering Rows In Grouped UITable while maintaing the number of rows in each group
I have a grouped table that I want the user to be able to reorder. I would like to have two groups. When I move a row from group A, to group B, I would like the top row from group B to be moved to ...
0
votes
2answers
741 views
Scrolling speed during UITableView re-ordering mode (not performance related)
Is there a way to increase the speed that you can drag a cell up/down during a table's movable row mode of a UITableView? For instance, there seems to be a standard speed that the table will allow ...
3
votes
2answers
5k views
How to stop UITableView moveRowAtIndexPath from leaving blank rows upon reordering
I am having an issue where in reordering my UITableViewCells, the tableView is not scrolling with the cell. Only a blank row appears and any subsequent scrolling gets an Array out of bounds error ...
1
vote
2answers
794 views
UITableViewCells reorder when not visible on screen
I have a problem and lots of difficulty finding a solution, even if I would assume lots of people should have had similar issues. Hopefully someone can help me.
I've created a Settings screen for my ...
0
votes
1answer
205 views
reorder row in uiitableview
In my application, i want the users to reorder the contents of the differnt rows as well as to delete the rows they wish to. How to implement that
0
votes
1answer
223 views
How to save the order in the rearranged uitable view?
I have come across this situation that after user has tapped on edit and the table turns into editing mode then user moves one of the rows.
So my question is :currently the source array comes from ...
1
vote
1answer
1k views
How to reorder section in UITableView by dragging similar to row?
Is there any way to reorder section in UITAbleView by dragging similar to row? Is there any trick to do so?
0
votes
1answer
1k views
Weird view, in UITableViewCell at editing mode, while reorder cells
I am in editing mode.
The dark grey is an imageView, that it seems being pushed by the reorder icons, and you can see the UIview in the background (light grey).
I do not like this to happen.
What ...
35
votes
3answers
10k views
How to limit UITableView row reordering to a section
I was hitting my head over this one, and google was turning up nothing.
I eventually worked it out and thought I'd write it up here for the sake of the next person.
You have a UITableView with ...
