1

How to change the UITextField to oval shape ?

link shows a screenshot of that

thndrkiss
  • 4,515
  • 8
  • 57
  • 96

2 Answers2

2

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.

Community
  • 1
  • 1
Warrior
  • 39,156
  • 44
  • 139
  • 214
1

i used a image which looks like a oval textbox as a backgroun.

link

thndrkiss
  • 4,515
  • 8
  • 57
  • 96