Hi,
I have recently become interested in the development of apps using Xcode however i have become stuck on an issue involving the linking of 2 tables.
What i want to do is create one table which has a list of items which when a row is selected will link to another table in which a list is broken down further.
For example, say i had a list of colours:
BLUE
GREEN
YELLOW etc
If a user was to select BLUE, i'd like another table to appear which may have the following for a user to select:
BLUE HAT
BLUE CAR
BLUE SOCKS etc
Only then when a user selectes one of these options, say BLUE HAT does a third and final screen appear with details of a blue hat.
I can set this up using one view so that a user can select BLUE and go to screen in which i describe the colour blue bbut im scratching my head as to how i can link the first screen to a second in which a further table is shown before being taken to the discription page.
I'm hoping that this all makes sense to someone out there. If you know of any tutorials out there on the web or if you know the coding i need to help then i'b be greatful.
Apologies also if this is posted inthe wrong section.
Thanks again,
Simon