Skip to content

Commit

Permalink
Update README with new CRToastAnimationDirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Ruffenach committed Feb 16, 2014
1 parent 5313187 commit c74461a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ NSDictionary *options = @{kCRToastTextKey : @"Hello World!",
kCRToastTextAlignmentKey : @(NSTextAlignmentCenter),
kCRToastBackgroundColorKey : [UIColor redColor],
kCRToastAnimationTypeKey : @(CRToastAnimationTypeSpring),
kCRToastAnimationInStyleKey : @(CRToastAnimationStyleLeft),
kCRToastAnimationOutStyleKey : @(CRToastAnimationStyleRight),
kCRToastAnimationInDirectionKey : @(CRToastAnimationDirectionLeft),
kCRToastAnimationOutDirectionKey : @(CRToastAnimationDirectionRight),
kCRToastAnimationInTimeIntervalKey : @(0.5),
kCRToastAnimationOutTimeIntervalKey: @(0.5)};
[CRToastManager showNotificationWithOptions:options
Expand Down

0 comments on commit c74461a

Please sign in to comment.