Guest User

Untitled

a guest
Jun 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. MyCustomLayer *layer = [MyCustomLayer layer];
  2.  
  3. layer.backgroundColor = sweetBackgroundColor.CGColor;
  4. layer.borderColor = sweetBorderColor.CGColor;
  5.  
  6. layer.borderWidth = 2.0;
  7. layer.cornerRadius = 8.0;
Add Comment
Please, Sign In to add comment