UITextField rounded rect


/ Published in: Objective C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. textFieldBackgroundView.layer.cornerRadius = 10;

URL: http://stackoverflow.com/questions/5138996/how-can-i-draw-rounded-rectangles-around-my-textfields-and-buttons-like-foursquar

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.