06-17-2011, 02:48 PM
|
#1 (permalink)
|
|
Registered Member
Join Date: Jun 2011
Posts: 7
|
In my application in which order i have to create my views ... here m hiding Views ..
Hi friends ,
I have 5 Views and respective Xib files in my application
# iPhoneRootControllerView n xib file // connected to top Button 1 click event
# iPhoneAboutControllerView n xib file // top Button 2
# iPhoneFounderControllerView n xib file
# iPhoneContactControllerView n xib file // top Button 3
# iPhoneProjectControllerView n xib file // Top Button 4
in my application iPhoneRootControllerView is the main view . In this View i have a SubView named topBarMenuView. It contains 4 buttons . I want to change the views with the buttons . Here i want to implement View Hide Show concept .
One more thing is when the iPhoneAboutControllerView is loaded , in that view itself there is a another link (Custom Button ) with a label 'about founder' .... when we click this link the view will change to iPhoneFounderControllerView and i can back to iPhoneAboutControllerView using another link ' about company' frm that view
plz any help ....
my prblm is where i will create this views , means in which class i have to create the views ......
and how to hide and show the views ....... how to access the views created in another class and hide it .....
and the order of the view have to create ... means belowSubView ..... totally stucked ...... plz help me ...
plz check the attached image ....

|
|
|