mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
UI changes
This commit is contained in:
parent
1da32bd0c4
commit
4d59186bd2
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,6 @@
|
|||
|
||||
CAGradientLayer *overlayButtonShineLayer;
|
||||
|
||||
// [self roundView:cellBackgroundView onCorner:(UIRectCornerBottomLeft|UIRectCornerBottomRight) radius:7.0];
|
||||
[cellBackgroundView makeRoundWithCorner:(UIRectCornerBottomLeft|UIRectCornerBottomRight) radius:7.0];
|
||||
|
||||
overlayButtonShineLayer = [CAGradientLayer layer];
|
||||
|
|
@ -76,6 +75,7 @@
|
|||
shadow.layer.shadowOffset = CGSizeMake(2, 2);
|
||||
shadow.layer.shadowRadius = 5.0f;
|
||||
shadow.layer.masksToBounds = NO;
|
||||
shadow.layer.name = @"BuschJaegerLayer";
|
||||
shadow.clipsToBounds = NO;
|
||||
shadow.layer.shadowOpacity = 0.9f;
|
||||
[cellBackgroundView.superview insertSubview:shadow belowSubview:cellBackgroundView];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue