I have a response from Web Service (XML response) in NSArray
which is like:
Table
Name John Name
Address Atl /Address
/Table
Now I want to display only Name from this array in my table view.
How to do this? I tried with NSDictionary
but I am getting some errors.
Someone with good idea how to do it?