Hi,
I am programming on an app based on the tabbar template. I have 3 tabs switsching between 3 different views. In each and every of those 3 views do I have a map and a table and also one for the current view specific navigationbar. My question is how to implement this properly? I thought about a solution where I create a view in interface builder containing a table and a map and in the navigation bar a segmented control to switsch between the two different views. When i press map the table subview will be hidden and vice versa. I am not shure if this is the way to do it? Or should I create two seperate views and connect them through a navigationcontroller?
Any ideas on this subject?
MACloop
I am programming on an app based on the tabbar template. I have 3 tabs switsching between 3 different views. In each and every of those 3 views do I have a map and a table and also one for the current view specific navigationbar. My question is how to implement this properly? I thought about a solution where I create a view in interface builder containing a table and a map and in the navigation bar a segmented control to switsch between the two different views. When i press map the table subview will be hidden and vice versa. I am not shure if this is the way to do it? Or should I create two seperate views and connect them through a navigationcontroller?
Any ideas on this subject?
MACloop