Hey guys,
I have this code,
Code:
-(IBAction)nextView:(id)sender
{
[self.view addSubview:test.view];
}
is it possible to animate it when the new view controller shows? Im trying to achieve something like in iBooks, where the whole book case flips to show a new view. How do i do this?
thanks in advance!!