How to insert object already existing objects in NSMutableArray list.
        Posted  
        
            by Madan Mohan 
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Madan Mohan 
        
        
        
        Published on 2010-04-26T08:51:03Z
        Indexed on 
            2010/04/26
            8:53 UTC
        
        
        Read the original article
        Hit count: 458
        
Hi,
I am getting the problem, while inserting an object into the main List.
[editContactList addObject:editcontacts]; [editObject.contactList insertObject:editContactList atIndex:0];//error as mutating method sent to immutable object [editcontacts release]; please help me.
Thank You, Madan mohan.
© Stack Overflow or respective owner