What's the code in an IBAction for a button to close a subview?
UIView *abc; [self.view addSubview:self.view]; [abc removeFromSuperview];