Re: -tableView:accessoryButtonTappedForRowWithIndexPath: Sometimes returns wrong indexPath.row

2011-11-14 Thread Michal L. Wright
Date: Fri, 11 Nov 2011 20:38:29 + From: Luke Hiesterman luket...@apple.com Subject: Re: -tableView:accessoryButtonTappedForRowWithIndexPath: Sometimes returns wrong indexPath.row To: Michal L. Wright m...@raccoonbend.com Cc: cocoa-dev@lists.apple.com cocoa-dev@lists.apple.com

-tableView:accessoryButtonTappedForRowWithIndexPath: Sometimes returns wrong indexPath.row

2011-11-11 Thread Michal L. Wright
Hi, I have a UITableView that has four sections. Sections 0 and 2 have a single row each. Sections 1 and 3 have variable numbers of rows. Each row in sections 1 and 3 has an accessory view set up by the following lines in -tableView:cellForRowAtIndexPath: UITableViewCell cell;

Re: -tableView:accessoryButtonTappedForRowWithIndexPath: Sometimes returns wrong indexPath.row

2011-11-11 Thread Luke Hiesterman
On Nov 11, 2011, at 12:35 PM, Michal L. Wright wrote: Hi, I have a UITableView that has four sections. Sections 0 and 2 have a single row each. Sections 1 and 3 have variable numbers of rows. Each row in sections 1 and 3 has an accessory view set up by the following lines in