Skip to content

Commit

Permalink
Update README and red_notification gifg
Browse files Browse the repository at this point in the history
  • Loading branch information
Collin Ruffenach committed Feb 16, 2014
1 parent 5b6747b commit 3d7d97c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ This code

``` objc
NSDictionary *options = @{kCRToastTextKey : @"Hello World!",
kCRToastTextAlignmentKey : @(NSTextAlignmentCenter),
kCRToastBackgroundColorKey : [UIColor redColor],
kCRToastAnimationTypeKey : @(CRToastAnimationTypeSpring),
kCRToastAnimationInDirectionKey : @(CRToastAnimationDirectionLeft),
kCRToastAnimationOutDirectionKey : @(CRToastAnimationDirectionRight),
kCRToastAnimationInTimeIntervalKey : @(0.5),
kCRToastAnimationOutTimeIntervalKey: @(0.5)};
kCRToastTextAlignmentKey : @(NSTextAlignmentCenter),
kCRToastBackgroundColorKey : [UIColor redColor],
kCRToastAnimationInTypeKey : @(CRToastAnimationTypeGravity),
kCRToastAnimationOutTypeKey : @(CRToastAnimationTypeGravity),
kCRToastAnimationInDirectionKey : @(CRToastAnimationDirectionLeft),
kCRToastAnimationOutDirectionKey : @(CRToastAnimationDirectionRight),
kCRToastAnimationInTimeIntervalKey : @(0.5),
kCRToastAnimationOutTimeIntervalKey: @(0.5)};
[CRToastManager showNotificationWithOptions:options
completionBlock:^{
NSLog(@"Completed");
Expand Down
Binary file modified screenshots/red_notification.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d7d97c

Please sign in to comment.