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 c
I\'ve a problem with indexPath.row, when I try to acce开发者_JS百科ss this variable my app crashes and I get no errors on the console :(
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\".
I\'ve got some code that relies on comparing two NSIndexPaths and executing different code based on their equality or lack thereof (using -isEqual). Most of the time it works properly, but sometimes i
I got the next situation: NSOutlineView <-> NSTreeController <-> MyClass I bind the NSTreeController to an array of objects in MyClass, now I want to get the selected item from the NSOutlineVie
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 objectAtIndex:indexPath.row for some arrays.
I have a table view where each cell has a button accessory view. The table is managed by a fetched results controller and is frequently reordered. I want to be able to press one of the buttons and obt
I have a code snippet that looks like this: [tableView beginUpdates]; [tableView deleteRowsAtIndexPaths:[NSArray arrayWithObject:indexPath] withRowAnimation:UITableViewRowAnimationLeft];
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 p
How can I get a UITableViewCell by indexPath? Like this: I use the UIActionSheet, when I click confirm UIButton I want to change the cell te开发者_运维知识库xt.