Updated Opacity as per design team comments
This commit is contained in:
parent
cb13781a41
commit
daf6e7ea01
@ -272,7 +272,7 @@ static const CGFloat VertialShadowOffset = 6;
|
||||
|
||||
view.layer.shadowColor = [UIColor blackColor].CGColor;
|
||||
view.layer.shadowOffset = CGSizeMake(0.0f, VertialShadowOffset);
|
||||
view.layer.shadowOpacity = 0.7f;
|
||||
view.layer.shadowOpacity = 0.25f;
|
||||
view.layer.shadowPath = shadowPath.CGPath;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user