There are many great examples on SO to remove the left padding of a UITextView.
How to lose margin/padding in UITextView?
However, I need to remove the right pad
Swift 4 version for the OA
self.tDescription.textContainerInset = UIEdgeInsets.zero self.tDescription.textContainer.lineFragmentPadding = 0