Skip to content

Instantly share code, notes, and snippets.

@Me1000
Created March 23, 2012 00:47
Show Gist options
  • Save Me1000/2165873 to your computer and use it in GitHub Desktop.
Save Me1000/2165873 to your computer and use it in GitHub Desktop.
transitionViewControllers(vc1, vc2, 0.15, nil, function(){
view.frame = CGRectMake(100,100,100,100);
}, function(){
view.removeFromSuperview();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment