I know there are two ways,
[self.navigationController pushViewController:siteViewController animated:YES];
[self presentModalViewController:anotherViewController animated:YES];
However, those ways are too boring. So, what can I do to have more animation? I should add a view from a window? Any example about this?
Thanks