Uiview diatur di dalam padding

Swift 5:
yourView.layoutMargins = UIEdgeInsets(top: 8.0, left: 8.0, bottom: 8.0, right: 8.0)
Wicked Wolf