Wednesday, November 21, 2012
Saturday, November 17, 2012
Tuesday, April 10, 2012
How to style UITextview to like Rounded Rect text field?
[yourTextView.layer setBackgroundColor: [[UIColor whiteColor] CGColor]];
[yourTextView.layer setBorderColor: [[UIColor grayColor] CGColor]];
[yourTextView.layer setBorderWidth: 1.0];
[yourTextView.layer setCornerRadius:8.0f];
[yourTextView.layer setMasksToBounds:YES];
Subscribe to:
Posts (Atom)