hello
i want to know that
how can i set rounded corner in a UITextView ?
first of all we have to import the file
and then
textViewName.layer.cornerRadius = CornerRadius;
where CornerRadius is a constant you set as a radius for corner
Post Answer
Preview:
Ads