I have a tableview cells containing bible verses one by one in each cell,my need is when the user tap the cell i have to get the verse inside the tapped cell in a string formate.this is for sharing functionality.
Please help me.
I have a tableview cells containing bible verses one by one in each cell,my
Share
To add the verse, you likely used
To get the verse back from a tapped cell, you use
When filling the tableView, you used
indexPathto get the right verse – thats what you want to do now again. Assuming you have aNSArraycalled ‘verses’: