Want to use objectAtIndex:indexPath.row for new query in pushed view
I would like to carry the value of object of selected row to next view to create new array from SQLite.db. I want the new tableViewController to remember the select开发者_如何学Ced word from the previous tableViewController on stack. Can't seem to find out how?
You would need to create a property in the new table view controller' class files and set it when you push it onto the stack.
Search for an example of drill down table view controller.
精彩评论