SyntaxFix
Write A Post
Hire A Developer
Questions
The trick is defining the masksToBounds property of your view's layer properly:
masksToBounds
view.layer.masksToBounds = NO;
and it should work.
(Source)