Quote:
Originally Posted by warcrow
Adding subviews and removing superviews?
[self.view addSubview: frontView];
and
[frontView removeFromSuperview];
|
Well, immagine your UIView as a sheet with some text, now turn it, i need to draw on the other face, but of the same paper, you think it's possible simply by adding a subview, doesn't it draw on the same face ?