set rounded corner in a UITextView ?

set rounded corner in a UITextView ?

hello

i want to know that

how can i set rounded corner in a UITextView ?

View Answers

October 19, 2010 at 5:01 PM

first of all we have to import the file

import

and then

textViewName.layer.cornerRadius = CornerRadius;

where CornerRadius is a constant you set as a radius for corner









Related Tutorials/Questions & Answers:

Ads