Tagged Questions
20
votes
2answers
19k views
How to create NSIndexPath for TableView
I need delete row 1 of a table in a function i have defined. In order to use deleteRowAtIndexPath you must use an IndexPath with a section and row defined. How can I create an indexpath like this?
...
2
votes
3answers
1k views
Convert NSInteger to NSIndexpath
Basically I am storing an index of an array in a NSInteger. I now need it as an NSIndexpath, I'm struggling to see and find a way to convert my NSInteger to NSIndexpath so I can reuse it.
Thanks dan
...
2
votes
1answer
298 views
message sent to deallocated instance issue
I have been debugging the following issue for the past couple hours and can't seem to come up with a good conclusion.
-[NSIndexPath row]: message sent to deallocated instance 0x506cf90
I am ...
2
votes
2answers
1k views
Calling (deleteRowsAtIndexPaths) outside of (commitEditingStyle) in Objective-C for the iPhone
I have a custom UITableViewCell that has two custom UIButton's added to it. On one of these buttons I want to be able to delete the cell row from within myMethod().
The method is called by ...
2
votes
4answers
9k views
UITableView Cell IndexPath
Can anyone tell me how can I get a cell IndexPath?
I was saving the IndexPath in the tableView: cellForRowAtIndexPath: method but this only loads when the cell is viewed and I need to know its index ...
2
votes
3answers
8k views
how can i get a uitableViewCell by indexPath?
how can i get a uitableViewCell by indexPath? like this:
i use the UIActionSheet when i click confirm button i wan to change the cell text
the nowIndex i defin as a property
- ...
1
vote
2answers
82 views
Decrease indexPath by one
I'm filling a TableView with CoreData.
Until now I was doing something like this:
NSManagedObject *managedObject = [self.fetchedResultsController objectAtIndexPath:indexPath];
...to ...
1
vote
1answer
159 views
accessory tick on uitableviewcell not showing in some instances
I have two tableviews, one has several tableview cells each cell opens the same subview but initalized with new data..
There are around about 100 - 200 entries into the table and I have a accessory ...
1
vote
1answer
45 views
error when usning UITableViewScrollPositionMiddle:atScrollPosition: causes my tableview to become unscrollable
I am currently trying to get my uitableview to automatically scroll to a selected cell.. I am about halfway there however when I now use this method (below) inside tableView:cellForRowAtIndexPath: and ...
1
vote
2answers
132 views
how to center uitableview selection with indexpath value
I am saving the indexPath selection from a subview and passing it to the parent view with delegates. When I got back to my subview from my main view I pass the indexPath back to it and show the user ...
1
vote
1answer
33 views
how to use UITableViews for multiple datasets
I am currently playing around with a navigational based app. Where I want to allow the user to construct a search query by selecting one of several different uitableview cells when touched leads them ...
1
vote
2answers
242 views
Getting row number in scrollViewDidEndDecelerating
when i use
- (void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{
NSArray *visibleCells = [my_table visibleCells];
i want to know the number of the row (in my_table) that is visible ...
1
vote
4answers
449 views
NSIndexPath getIndexes method…how?
Am confused with the use of this method and the documentation that lists it as a (void) method.
"on return the index path's indexes"
where does it return anything too?
Should it not be:
- ...
1
vote
3answers
526 views
How to restore the user-location in a drill down UITableViewController structure?
I have a CoreData model that contains Levels which can again contain childLevels.
I represent each level with a UITableViewController listing all childLevels. When a user taps a row a new ...
0
votes
1answer
53 views
Pass NSIndexPath between UITableViews
I have a UITableView showing data from a plist file. For this table view, I've simply made an NSArray from the contents of the plist file and fed the data into each cell. But when a cell is tapped, I ...
0
votes
3answers
46 views
Multple buttons in CustomCell. Which button in which row is clicked?
im working on a student project where I need to know which button in which row is clicked.
Each row has different labels, one like button and one dislike button.
I do know how to use ...
0
votes
4answers
62 views
If statement not working with indexpath properly
I am woundering if I am doing something wrong with this if statement...
I am compairing two indexPaths, and old one and the current selected one if they are not equal I would like to do something ...
0
votes
1answer
59 views
error with scrollToRowAtIndexPath
I am getting an error when using my application that used tableviews, the error looks like this.
2012-01-19 10:19:51.442 bcode[1176:207] *** Terminating app due to uncaught exception ...
0
votes
1answer
57 views
IndexPath of a cell when Pinches?
I am finding when tableview is pinched with UIPinchGestureRecognizer declaring at cellForRowAtIndexPath. Now want to find indexPath of a particular cell that was pinched. so i wrote the like this...
...
0
votes
1answer
50 views
Indexpath in tableview delegate methods having different values
I am trying to take contacts from my addressbook. I am displaying the data on my tableview. For that first I am setting the height of the tableviewcell.
-(CGFloat)tableView:(UITableView *)tableView ...
0
votes
1answer
124 views
How to convert NSIndexPath to NSInteger?
I have searched and found a previous answer for this question here. The problem is that the answer marked as a solution does not work. Inside my tableView:didSelectRowAtIndexPath: method, I have ...
0
votes
2answers
97 views
NSIndexPath object shows as NSArray object?
I am developing one application in that I have declared iVar as NSIndexPath object,but it shows as NSArray object in didSelectRowAtIndexPath. How it shows like that, what is the mistake from my side.
...
0
votes
1answer
72 views
Checking and unchecking UITableViewCells with a click of a UIToolBarButton
How can you put a checkmark beside all the cells and remove the checkmark with a click of a UIToolBarButton? Is this possible?
I have tried to iterate through the number of cells loading in the ...
0
votes
0answers
65 views
NSRangeException causing app to crash on the phone but not the emulator
First of all Im going to show you the error I am getting, then I will try to explain what I am doing to get this error etc
2011-11-02 10:17:57.665 code[1327:707] *** Terminating app due to uncaught ...
0
votes
1answer
107 views
tableView:cellForRowAtIndexPath: not working correctly when testing on iphone
Currently i have a uitableview that the user can scroll through and select a cell. When the cell has been selected I save that indexpath value and when the user comes back to the view with the ...
0
votes
2answers
111 views
Delete Row from UITableView Outside TableView Delegate
I am trying to delete a row from UITableview outside the delegate method. I am calling a method when I click a button inside a table cell and trying to delete the row inside that method.
Here is the ...
0
votes
1answer
63 views
passing IndexPath to subview
Hi I am trying to pass an indexvalue from my parent view to my subview like this
//main.m
SubViewController *subViewController = [[SubViewController alloc] init];
...
0
votes
1answer
55 views
Passing IndexPath between views
I am trying to pass the indexpath of my subview over to my main view. I am doing this through delegates and protocols that I have alread set up, I have just slightly edited the method I call to accept ...
0
votes
3answers
33 views
How use summery element for label in cell of table view?
I have label in my custom cell. That cell i have display with a table view. Now i have problem is that when text of label is more wider than cell width then text cross cell width. So how summarize ...
0
votes
2answers
160 views
How show selected row when click on table view?
I have a button. When click on button then open a table view with 100 row. I user select a ny row then appear check mark. And when user click on again then i want to show that selected row when view ...
0
votes
1answer
132 views
Get UITablieViewCell's indexPath
How can I get the cell's indexpath after I have created the cell? I need to set a uniq cell.tag. Any other idea how I can do that?
- (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
2answers
180 views
insert/create new row in a same section of uitableview
I am stuck in a problem, I have a uitableview with rows let say 5.
If a user selects one row then a new row exactly beneath the tapped row should be created/inserted with an animation (as we have ...
0
votes
1answer
239 views
How to compare two NSIndexPaths?
I'm looking for a way to test if to index paths are equal, and by equal I mean equal on every level? I tried compare: but it seems not to work, I always get true when compared with NSOrderedSame even ...
0
votes
2answers
204 views
'indexPath' undeclared (first use in this function)
I have the following error. 'indexPath' undeclared (first use in this function).
Code.
didSelectRowAtIndexPath
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath ...
0
votes
2answers
329 views
Updating tableview cells
I'm still really green as Object-C so hopefully I'm able to communicate this well, so hopefully with my code examples I can explain this.
What I have is a table with four rows. Each row has a label ...
0
votes
2answers
304 views
How to bind indexPath.row to primary key in iphone sqlite
I can successfully update my sqlite database however I would like the primary key to correspond to the row selected in tableview. The reason I'm struggling is because I need to get the indexpath from ...
0
votes
1answer
387 views
Accessing indexPath from custom UITableViewCell
I'm trying to create a UITableView to allow the user to enter data, similar to a lot of the settings UITableViews, with some textfields and callouts to other tableviews for checkboxes. For such a ...
0
votes
1answer
468 views
NSIndexPath: message sent to deallocated instance
Any help you can offer would be appreciated.
I have a app that has a tableView, detailView, flipView, and moreDetail View. It is fine moving through the transitions until the 26th element. The app ...
0
votes
2answers
846 views
didSelectRowAtIndexPath returns wrong IndexPath
I have encountered a really puzzling bug. The first row of my UITableView returns 1 and the second one returns 0 in the indexPath! How is that even possible?
In my `-(void)viewDidLoad` everything is ...
0
votes
1answer
135 views
Crash when using indexPath.row in a modalViewController
I've a problem with indexPath.row, when I try to access this variable my app crashes and I get no errors on the console :(
the code is this:
- (void)tableView:(UITableView *)tableView ...
0
votes
1answer
503 views
Dynamic Sections UITableView with Unknown cells
Hey,
I'm basically trying to retrieve data from SQlite db and populate a tableView from it.
The sql-data-retrieval method creates two arrays. "dataArray" and "SectionArray".
DataArray is filled ...
0
votes
2answers
3k views
cellForRowAtIndexPath: crashes when trying to access arrays objectAtIndex:indexPath.row
Recently edited to adapt to some answers and to improve readability
I am loading in data to a UITableView, from a custom UITableViewCell (own class and nib). It works great, until I try to access the ...
0
votes
2answers
655 views
iPhone UITableView populating variable rows sections from flat array
I thought that would be very common and easy iPhone App. In the main app I connect to database, retrieve values from database (NSDate converted to NSString)n and put into single array. Then in one of ...
0
votes
2answers
428 views
comparing indexPaths in a loop iphone
I am trying to compare an index path in my didSelectRowAtIndexPath delegate method with an array of index paths.
for (n=0; n < [tempMutArrray count]; n= n+1){
NSComparisonResult *result = ...
0
votes
2answers
4k views
Get a tableview insertRowsAtIndexPaths to accept indexOfObject?
I have a code snippet that looks like this:
[tableView beginUpdates];
[tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationLeft];
[tableView ...
0
votes
2answers
1k views
Array, find object with value and get its indexPath
I am trying to find an item in a NSMutableArray from it's value, only to find its indexPath.
I have absolutely no idea of how to do this, as I am very new to programming in general.
Thanks!
0
votes
2answers
769 views
containsObject - why doesen't this work?
I have an array that I am trying to check wether or not an indexPath(.row) exists in.
I use this code:
if ([array containsObject:[NSNumber numberWithInt:indexPath.row]]){
NSLog(@"Yep, it exists ...
0
votes
2answers
1k views
Converting between unique NSIndexPath and unique NSUInteger (or int)
Is there a better way than what is proposed here to create a one-to-one mapping between an table view cell's NSIndexPath and a unique NSUInteger or int, in order to create a unique tag property value ...
0
votes
1answer
259 views
Is it possible to get array of all index paths for the cells in a UITableView?
Is there a simple way to get array of all index paths for the cells in a UITableView?
-1
votes
2answers
110 views
Why does NSIndexPath does not work fine in iOS5?
Where ever I used indexpath values, the app quits in iOS5. Can anyone say the exact reason for it? I red lot of questions & answers related to this. But still in a confusion.
What is the reason ...