I'm about to create a new application and wanted to know what template to start with for the following functionality and any key pointers you can provide for a beginner would be really appreciated!
Starts with splash screen and goes to first view
UITabBarController at the bottom and header at the top for every view
First view - textbox, submit button, 2 items in a table which sends the user to a sub-view
Second view - a list of items which once clicked take the user to a view which can also take them to a subview
Third view - a list of items which once clicked take the user to a view which can also take them to a subview
Fourth view - a search function, displays a list and once clicked take the user to a view which can also take them to a subview
Fifth view - a list of items which once clicked take the user to a view which can also take them to a subview
Thank you!