Greetings:
I am beginning on new journey....first time for iPhone app development. I would like to create an app about the Popes. This is what I have started.
The 'Menu' consists of 2 sectioned table views. The first section, 'The Popes' list 4 rows: Pope's Directory, Biographies, Encyclicals, Social Teachings, The second section, History List, consists of 5 rows (1-5th cent, 6th-10th, 11-15th, 16-20th and 21st cent). The above is a separate project.
I have created separate projects(5) for the history list, one for each row (1-5th cent., 6th-10th cent, etc).
I have also created a project with the list of all the Popes according to their appropriate century(which I might not need if I have the above). I would like to use this project as a search for Biographies.
I have tried to follow samples in a couple of books and online videos in the use of view controllers. I would like to create one project, which I started by adding each project into a new project and trying to connect each controller...that is where I get lost and confused.
I am beginning on new journey....first time for iPhone app development. I would like to create an app about the Popes. This is what I have started.
The 'Menu' consists of 2 sectioned table views. The first section, 'The Popes' list 4 rows: Pope's Directory, Biographies, Encyclicals, Social Teachings, The second section, History List, consists of 5 rows (1-5th cent, 6th-10th, 11-15th, 16-20th and 21st cent). The above is a separate project.
I have created separate projects(5) for the history list, one for each row (1-5th cent., 6th-10th cent, etc).
I have also created a project with the list of all the Popes according to their appropriate century(which I might not need if I have the above). I would like to use this project as a search for Biographies.
I have tried to follow samples in a couple of books and online videos in the use of view controllers. I would like to create one project, which I started by adding each project into a new project and trying to connect each controller...that is where I get lost and confused.