IOS Round the corners of a UITextView


/ Published in: iPhone
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [descriptionTV.layer setCornerRadius:5];
  2. descriptionTV.clipsToBounds = YES;

Report this snippet


Comments


You need to login to view comments.