We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7e0bf commit 82f02cfCopy full SHA for 82f02cf
README.md
@@ -102,6 +102,7 @@ Below is an example of the anchorRightRevealAmount set:
102
self.view.layer.shadowOpacity = 0.75f;
103
self.view.layer.shadowRadius = 10.0f;
104
self.view.layer.shadowColor = [UIColor blackColor].CGColor;
105
+ self.view.layer.shadowPath = [[UIBezierPath bezierPathWithRect:self.view.bounds] CGPath]; //Set Predefined Shadow path for performance reasons
106
}
107
108
## MIT License
0 commit comments