I want to create a login screen similar to facebook's for my iOS app.
How do I create 2 text-fields that are both in that rounded box?
I want to create a login screen similar to facebook's for my iOS app.
How do I create 2 text-fields that are both in that rounded box?
Embed two textfields in a UIView
and give that view the layer.cornerRadius
that you need
Giving UIView rounded corners