I am new to iPhone development. I am parsing XML data and storing its details in a custom object. I have a product class which has product id, product name, etc and I store this in an object. This object is stored in an NSMutableArray.
I want to display the name of each product in a table row. How can I retrieve a particular object name from the NSMutableArray?