0

ScreenShot

My code:

backgroundView.layer.cornerRadius = someValue
Ashley Mills
  • 50,474
  • 16
  • 129
  • 160

1 Answers1

0

If your gray view is a subview of backgroundView, try to clip bounds:

backgroundView.clipToBounds = true

Rico Crescenzio
  • 3,952
  • 1
  • 14
  • 28