NSMutableArray empties after tableView editing turned on -


very simple situation... strange problem.

i have retained ivar nsmutablearray load few objects in on viewdidload. array used populate tableview. fine... until

i turn editing on tableview. array empty!

ideas?

you may need initialize nsmutablearray in init method. that's common problem i've noticed- adding objects array hasn't been created doesn't let access objects later.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -