In my program,I called subview from main superview with the following code: [self.viewaddSubview:mysubView.view]; I want to navigate from subview to previous superview like ‘back function’.How can do like that? For My project,I use xCode 3.0.
In my program,I called subview from main superview with the following code: [self.viewaddSubview:mysubView.view]; I
Share
You can use methods removeFromSuperview and bringSubviewToFront.