Skip to content

Commit

Permalink
Make documentation for kCRToastStatusBarStyleKey more accurate.
Browse files Browse the repository at this point in the history
Values for this key should be UIStatusBarStyles, not arbitrary
NSIntegers.
  • Loading branch information
Matt Kantor committed Jul 9, 2014
1 parent b8ff444 commit 763ed56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRToast/CRToast.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ extern NSString *const kCRToastSubtitleTextShadowOffsetKey;
extern NSString *const kCRToastSubtitleTextMaxNumberOfLinesKey;

/**
The status bar style for the navigation bar. Expects type `NSInteger`.
The status bar style for the navigation bar. Expects type `UIStatusBarStyle`.
*/

extern NSString *const kCRToastStatusBarStyleKey;
Expand Down

0 comments on commit 763ed56

Please sign in to comment.