The class does not indicate such a property. You will need to create it yourself. To create it using code, you have to use the QuartzCore structure. First you import it into your file, and then you can set the following properties:
#import <QuartzCore/QuartzCore.h> textView.layer.cornerRadius = 30; textView.clipsToBounds = YES; textView.backgroundColor = [UIColor whiteColor];
This code assumes that you have a text view named: textView. Just change the cornerRadius to fit what you need. This makes the textView shown as shown in the picture.
source share