Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to make a UITextField without rounded edges?

Rounded edges are getting kind of old, and I want my program to have a modern edge. Any idea how this can be done?

To clarify: I want the exact functionality of UITextField without rounded corners.

EDIT: Sorry, I'm a dumbass. I couldn't find the button because the textbox wasn't selected.

{insert facepalm emoticon here}

like image 891
adamcircle Avatar asked Dec 21 '22 11:12

adamcircle


1 Answers

Just to help anyone who still runs into this, since it isn't clear enough you can use the Storyboard/Xib Interface Builder:

enter image description here

like image 184
Darkseal Avatar answered Jan 01 '23 13:01

Darkseal