callumboddy / CBZSplashView

Twitter style Splash Screen View. Grows to reveal the Initial view behind
MIT License
1.49k stars 120 forks source link

(Suggestion) Mention the need to "reverse" bezier paths to get a "cut out" #29

Open RustyKnight opened 8 years ago

RustyKnight commented 8 years ago

As a suggestion, I spent an entire day playing around with a bunch of bezier paths, some complicated, some very simple, until it hit me, the direction of the winding would affect the result.

So, it might be worth mentioning, if you're not seeing any results using bezier paths, try using reversing (Swift)/beziePathByReversingPath (Objective C) and use the resulting path