Skip to content

Commit 8011f98

Browse files
committed
Updated documentation
1 parent c367d3f commit 8011f98

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MMDrawerController/MMDrawerController.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,14 +229,14 @@ typedef void (^MMDrawerControllerDrawerVisualStateBlock)(MMDrawerController * dr
229229
@property (nonatomic, strong) UIColor * shadowColor;
230230

231231
/**
232-
The flag determining if a custom background view should appear beneath the status bar, forcing the child content to be drawn lower than the status bar. This property is only available for > iOS 7.0 to take into account for the new behavior of the status bar.
232+
The flag determining if a custom background view should appear beneath the status bar, forcing the child content to be drawn lower than the status bar.
233233
234-
By default, this is set to NO. If running on < iOS 7.0, it will always return NO.
234+
By default, this is set to NO.
235235
*/
236236
@property (nonatomic, assign) BOOL showsStatusBarBackgroundView;
237237

238238
/**
239-
The color of the status bar background view if `showsStatusBarBackgroundView` is set to YES. This value is ignored in < iOS 7.0.
239+
The color of the status bar background view if `showsStatusBarBackgroundView` is set to YES.
240240
241241
By default, this is set `[UIColor blackColor]`.
242242
*/

0 commit comments

Comments
 (0)