
Hi,
How to access the subview of a view with the tag identifier?
Thanks

Hi,
Following code might useful:
UIView *modalView=(UIView *) [self.view viewWithTag:101]; [modalView removeFromSuperview];
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.