Laying out a little in Swift I find that I don't know what the control is to be able to make the following type of model
so far i have
My question would be how to imitate the image above
Add as you told me a view of 1 height but the view is far below
It is the first of all that the background is blank
but the line appears at the bottom
Apart from this, the color of the edittext appears to me, any way to eliminate it?
It's simple to add a subview to act as a line. Here is an example guide:
Swift 4
Objective C
Or you can check this link to add CALayer or draw a view
how do you programmatically draw a line from a view controller? (Info in English).
Use this UIView extension
And you use it this way