Skip to content

Commit 533cb60

Browse files
Fiddle with dimming view opacity
1 parent 0defbd0 commit 533cb60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ABReleaseNotesViewController/ABReleaseNotesPresentationController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ - (instancetype)initWithPresentedViewController:(UIViewController *)presentedVie
3737

3838
if (self) {
3939
_dimmingView = [[UIView alloc] initWithFrame:CGRectZero];
40-
_dimmingView.backgroundColor = [UIColor colorWithWhite:0.f alpha:0.05f];
40+
_dimmingView.backgroundColor = [UIColor colorWithWhite:0.f alpha:0.25f];
4141
}
4242
return self;
4343
}

0 commit comments

Comments
 (0)