Skip to content

Commit

Permalink
Darker shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Barum Rho committed Jan 14, 2012
1 parent dd1c20b commit feec68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ViewDeck/IIViewDeckController.m
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ - (void)applyShadowToSlidingView {

shadowedView.layer.masksToBounds = NO;
shadowedView.layer.shadowRadius = 10;
shadowedView.layer.shadowOpacity = 0.5;
shadowedView.layer.shadowOpacity = 1;
shadowedView.layer.shadowColor = [[UIColor blackColor] CGColor];
shadowedView.layer.shadowOffset = CGSizeZero;
shadowedView.layer.shadowPath = [[UIBezierPath bezierPathWithRect:self.referenceBounds] CGPath];
Expand Down

0 comments on commit feec68e

Please sign in to comment.