as the title says i am trying to add padding-like behavior to a UITextView. The textview is generated when the view is pushed inside my navigation controller and the following c
This is working in Swift 5:
textView.textContainerInset = UIEdgeInsets(top: 20, left: 20, bottom: 20, right: 20)