Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何设置上面圆角,陛下直角 #67

Open
CoderYLZhang opened this issue May 9, 2017 · 1 comment
Open

如何设置上面圆角,陛下直角 #67

CoderYLZhang opened this issue May 9, 2017 · 1 comment

Comments

@CoderYLZhang
Copy link

CoderYLZhang commented May 9, 2017

https://www.zhihu.com/question/30198825?sort=created
bezierPath这种方法,一旦用了,整个弹窗都消失了只剩背景阴影在

    UIBezierPath *maskPath = [UIBezierPath bezierPathWithRoundedRect:self.bounds byRoundingCorners:UIRectCornerTopLeft | UIRectCornerTopRight cornerRadii:CGSizeMake(10, 10)];
    CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
    maskLayer.frame = self.bounds;
    maskLayer.path = maskPath.CGPath;
    self.layer.mask = maskLayer;
@taitanxiami
Copy link

Try to set mask to nil when views is hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants