开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜