HI I\'m trying to get a UITextField to look like the google search field available in the safari app on iPad. The purpose of the field will be the same (a search box).
I
You can set the Corner-Radius on any UIView-Subclass.
#import in your UIViewController Subclass (where you have access to the UITextfield instance of your choice[yourTextField.layer setCornerRadius:14.0f];