I have a situation here. I have a UITableviewController with textfields in it in the cell. Each cellthas a textfield in it. The user enters the value in the textfields and i am saving the textfield data in to an NSMutableArray. But if the user doesnot enter a single field then my array gives the error
"CoreAnimation: ignoring exception: * -[NSMutableArray insertObject:atIndex:]: attempt to insert nil object at 2". NSmutableArray cannot have a null value. How will i handle this situation. Any help is appreciated.
Thanks