Iam trying to develop an iphone app having tab view as the base, within the tabs would be table view which would list the nodes/devices. When a particular node is clicked in the table view, more information related to that particular node should be displayed(in next view). Which type of application i.e view based, navigation/window based project should i choose and can u point me to some tutorial which can help me accomplish my task.
Share
There is a tabbed application template in the iOS application templates when you create a new project from the file menu.
And here’s a tutorial link:
http://www.devx.com/wireless/Article/45161