Skip to content

Commit

Permalink
Separate out and expose method to build layers for the flip animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel committed Jun 20, 2012
1 parent 009f052 commit 66818d6
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 151 deletions.
4 changes: 4 additions & 0 deletions MPFoldTransition/MPFoldTransition/MPFlipTransition.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

#pragma mark - Instance methods

// builds the layers for the flip animation
- (void)buildLayers;

// performs the flip animation
- (void)perform:(void (^)(BOOL finished))completion;

#pragma mark - Class methods
Expand Down
Loading

0 comments on commit 66818d6

Please sign in to comment.