Search results

  1. S

    How to copy TableView cell data to a NSMutable Array ?

    I'm quite new to iphone development. I created To-Do List app using coredata. I want to add all the names from "oneHero" manageObject to a NSMutable array (that means name1 to 1st index position of MutableArray , name2 to 2nd index position of Array) this is my table view cellfor indexpath...