I currently have a regular border. I would like to only have a top and bottom border.
How do I accomplish this?
Using the UITextField<
UITextField<
you can create one image that with top and bottom border and set it to the background of your UITextField :
yourTextField.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"yourBorderedImageName"]];