Could one UIView be insert at two different UIView ?
- by www.ruu.cc
There are three UIView *view1,view2 , view3;
Now, view1 have to be shown at both of view2 and view3 at the same time. But as usually, one view could be insert at only one view...
Is there any method to insert one view at two different view ?