I'm trying to create a shadow around a simple UIView object which is added on top of a UIViewController's view. what's the most straight forward way of doing this?
UIView with shadow
6.9k Views Asked by zumzum At
2
I'm trying to create a shadow around a simple UIView object which is added on top of a UIViewController's view. what's the most straight forward way of doing this?
First, be sure to import the Quartz Core library:
Next, add the following lines to set up the shadow's properties:
Keep in mind that if you have that view's clipsToBounds property set to YES, the shadow won't appear.