Skip to content

Commit 82f02cf

Browse files
committed
Update README.md
1 parent 7b7e0bf commit 82f02cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ Below is an example of the anchorRightRevealAmount set:
102102
self.view.layer.shadowOpacity = 0.75f;
103103
self.view.layer.shadowRadius = 10.0f;
104104
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
105106
}
106107

107108
## MIT License

0 commit comments

Comments
 (0)