Re: nstableview remove/insert rows question

2012-07-10 Thread Rick C.
Hi everyone, Can I bump this because I'm still stuck here. :-) And maybe I can ask in a new way here's what I'm trying to do: 1. Remove old rows from tableview (let's say 5) with sliding left animation 2. Update array being used as datasource (let's say now it contains 15 items) 3. Resize my

Re: nstableview remove/insert rows question

2012-06-28 Thread Rick C.
Unfortunately Corbin I'm not sure I'm following here. So I remove my old rows sliding left and then resize my window and at that point I currently have no rows (my datasource has been updated though). So if I try to call rowViewAtRow: I get an exception since I have no rows. I can go ahead an

Re: nstableview remove/insert rows question

2012-06-28 Thread Rick C.
Great I will check this out thanks Corbin! rc On Jun 29, 2012, at 4:26 AM, Corbin Dunn wrote: > > On Jun 28, 2012, at 4:30 AM, Rick C. wrote: > >> Hi, >> >> Got a view-based table view and instead of using reloadData I'm removing the >> existing rows and inserting the new rows so that I c

Re: nstableview remove/insert rows question

2012-06-28 Thread Corbin Dunn
On Jun 28, 2012, at 4:30 AM, Rick C. wrote: > Hi, > > Got a view-based table view and instead of using reloadData I'm removing the > existing rows and inserting the new rows so that I can have animation. I'm > also resizing the window in-between these 2 steps because my window resizes > to