Skip to content

Instantly share code, notes, and snippets.

@rodericj
Created November 20, 2014 02:25
Show Gist options
  • Save rodericj/3a013a037391026afddb to your computer and use it in GitHub Desktop.
Save rodericj/3a013a037391026afddb to your computer and use it in GitHub Desktop.
CAShapeLayer *maskLayer = [[CAShapeLayer alloc] init];
UIBezierPath *path = [UIBezierPath bezierPathWithRect:topMaskRect];
[path appendPath:[UIBezierPath bezierPathWithRect:bottomMaskRect]];
maskLayer.path = path.CGPath;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment