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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -