Skip to content

Instantly share code, notes, and snippets.

@jparishy
Created August 9, 2011 20:50
Show Gist options
  • Save jparishy/1135156 to your computer and use it in GitHub Desktop.
Save jparishy/1135156 to your computer and use it in GitHub Desktop.
Class variables
CGRect openRect;
CGPoint originalOffset;
CGPoint targetOffset;
UIView* openingContainer;
UIView* openingBottomImage;
BOOL openingOpen;
@property (nonatomic, retain) IBOutlet UIView* underViewAlbum;
@property (nonatomic, retain) IBOutlet UIView* underViewCaption;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment