Re: Finding the UITableViewCells that intersect a rect?

2011-08-15 Thread Rick Mann
Ha! Thanks. Sheesh, I kept looking for "cellsXXX" On Aug 15, 2011, at 17:09 , Dave DeLong wrote: > -[UITableView indexPathsForRowsInRect:] > > Dave > > Sent from my iPhone > > On Aug 15, 2011, at 4:59 PM, Rick Mann wrote: > >> Is there any way to get a list of UITableView cells that interse

Re: Finding the UITableViewCells that intersect a rect?

2011-08-15 Thread Dave DeLong
-[UITableView indexPathsForRowsInRect:] Dave Sent from my iPhone On Aug 15, 2011, at 4:59 PM, Rick Mann wrote: > Is there any way to get a list of UITableView cells that intersect a rect? Or > will I have to iterate the cells myself? > > -- > Rick > > _

Finding the UITableViewCells that intersect a rect?

2011-08-15 Thread Rick Mann
Is there any way to get a list of UITableView cells that intersect a rect? Or will I have to iterate the cells myself? -- Rick ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list