Created
October 9, 2013 03:34
-
-
Save jerryhjones/6895805 to your computer and use it in GitHub Desktop.
SMLBookshelfTransitionAnimator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SMLBookshelfTransitionAnimator *animator = [[SMLBookshelfTransitionAnimator alloc] init]; | |
animator.leftView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"left.jpg"]]; | |
animator.rightView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"right.jpg"]]; | |
animator.dismissing = YES; // Required to automaticaly handle left/right sides |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment