Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

ilx.mac

macrumors member
Original poster
Mar 10, 2009
63
0
Hi there,


I have a tableview as shown in the picture attached. I have to get the values of the rows displayed. Those are dynamically created ones. My table view has a textbox as well as a cell to display values. how can get values from my table view. Please help me!

Thanks in advance!:apple:
 
Sorry I forgot to attach the image.
 

Attachments

  • Picture 3.png
    Picture 3.png
    120.6 KB · Views: 65
It sounds like you want to go through the table's rows and pull the values out of the textFields contained within them. I'd suggest you are better off setting up these textFields ahead of time, perhaps in an array of some kind, and add them into the cells. Then you can just loop through the array to pull the textFields' values. This is based on the accepted approach that the tableView has a separate data source used to provide its data (witnessed by the UITableViewDataSource protocol).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.