Hi All,
I followed the tutorials on
Iphone Noob with great interest.
My goal is to create a very basic iPhone app that uses the data of one of my websites. In my rails applicataion, I have a restful resource "projects". What I would like to create is:
- list of all the projects
- click on a row and go the detailed view of that project
Step 1 is completed. All the projects are coming from my
http://localhost:3000/projects.json.
I hope someone can help with me the second step. How can I make each row clickable with the project ID as parameter and make the transision to the detailed view?
Thanks for your help.