UITextView with rounded corners December 7, 2023 by Tarik If you are using iOS 3+, you can do the following: myTextView.clipsToBounds = YES; myTextView.layer.cornerRadius = 10.0f;