I'm trying to build a subclass of UIView to quickly take one snapshot by using AVFoundation. It's working great but I would really like to make the corners round or add a little shadow. How can I achieve this using Core Graphics etc.?I'm trying to build a subclass of UIView to qui