How to change the UITextField to oval shape ?
link shows a screenshot of that
If you mean Round Rect as oval then try this
theTextField.borderStyle=UITextBorderStyleRoundedRect;
Edit
See this Link.here they have created the round rect text field using quartz core framework.
All the best.