开发者

Want to use objectAtIndex:indexPath.row for new query in pushed view

开发者 https://www.devze.com 2023-01-29 06:51 出处:网络
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 previ

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

精彩评论

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