I am a beginner and facing some problems when doing my project. I have a table view where I get some NSString value by XML Parsing. This is like : cell 1 : basic name - name, address, phone number, date. cell 2 : featured name - name, address, phone number, date. cell 3 : restaurant name - name, address, phone number, date.
here, cell 1,2,3 are cells of my table view and name, address, phone number, date are the values. I get basic name, featured name, restaurant name and all these values by XML parsing. Now my work is, when I will click on basic name, the detail (name, address, phone number, date) with basic name will pass to an other page. There also be a description of every cell which will be shown when clicking. I am able to do clicking on a cell and go to another page, but unable to pass these datas. Here to be noted that I am using Xcode 4.2 and not using story board.