Could one UIView be insert at two different UIView ?
Posted
by www.ruu.cc
on Stack Overflow
See other posts from Stack Overflow
or by www.ruu.cc
Published on 2010-04-01T09:12:36Z
Indexed on
2010/04/01
9:23 UTC
Read the original article
Hit count: 140
cocoa-touch
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 ?
© Stack Overflow or respective owner