Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. - (void)awakeFromNib {
  2.     _roundView.layer.cornerRadius    = 18.5f;
  3.     _roundView.layer.shouldRasterize = YES;
  4.     _roundView.layer.edgeAntialiasingMask = kCALayerLeftEdge | kCALayerRightEdge | kCALayerBottomEdge | kCALayerTopEdge;
  5.     _roundView.layer.masksToBounds   = YES;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement