I’m looking for method to add gradually fading or maybe blured border (I don’t exactly know how to name this effect) to arbitrary UIView. I don’t need animated effect, I need static effect, for example I my UITableView border being partially transparent. I’ve made the example:

So you can see what I’m trying to do.
Can anyone help me?
I’ve found a solution – I’ve useed CALayer’s property mask:
Using this code I have UITableView with fading border