pkluz / PKRevealController

PKRevealController is a delightful view controller container for iOS, enabling you to present multiple controllers on top of one another.
Other
3.85k stars 659 forks source link

if self.layer.shadowPath is nil bezierPathWithCGPath will raise NSInvalidArgumentException #225

Closed JeffLutzenberger closed 6 years ago

JeffLutzenberger commented 9 years ago

Still investigating how my app caused this to happen. Checking for self.layer.shadowPath's existence prevented the crash.