Hi guys,
We're a team of students developing an iPhone application, whereby allowing users to first click on the category of place of interests (E.g. Park) on the main page. Then it will lead to a table view, showing all the parks in Singapore.
We've manage to connect to the database using Json to parse the data back to the table view. (The framework we used is JsonTouch)
But however, we now faced with another problem because we're unsure of how to drill down to another view when users click on each specific location (E.g. East Coast Park) in the table view. Which is suppose to show the different information of a specific location.
We tried following this tutorial and integrate to our app, (
Click a Cell : Iphone Noob), but it doesn't seem to work.
Any ideas?
Codes can be posted if necessary.