The frame size is adjustable so using a png for background is not an option
Set background color of your view to clearColor, then either set border property to view's layer (see here how-to), or in view's drawRect: method stroke a rectangular path on the border of the view
drawRect: