i was playing with some source code from this blog: http://nachbaur.com/blog/fun-shadow-effects-using-custom-calayer-shadowpaths
because i wanted to replicate its paper-curl effect with the shadow. But it seems the property shadowPath of CALayer is not available in OSX, only in iPhone.
Could anyone suggest another method to achieve that kind of effect?
bets regards