Quote:
Originally Posted by mk_fastian
Fist a fall i am not mixing the viewControllers and i am also not the beginners but i am also not expert .. :-) but every middle man need help to make him expert .. so i need a solution sir or is it possible some tricks to do that.. ??
|
If you want help you're going to have to paint a more complete picture.
You have a view that adds a second view in certain cases. What triggers you to add the second view? Does the second view cover part or all of the first view's original contents?
Where is all of this control logic? Is it in a single view controller, that adds and removes views as needed?
Are you saying that you put a back button on the second view? Do you have an IBAction method on that back button? If so, what is the code for that action? Where does that action live? In the view controller object?
I gather that you want the back button to remove the second view. It would makes sense to have the back button action do the removing, and also update the table view if it needs to.