ios - swift login form not corresponding with background -
i developing app , working on login page , cannot textfields , buttons line backgrounds. app uses portrait view.
if there more questions ask me , can answer those.
you continuously frustrated trying match text fields, labels , buttons "full screen" background image, because of differences in screen dimensions.
i think you'll better off using:
- a plain background gradient
- the "logo" image transparent background
- the text-entry "box" + fields custom view
- buttons buttons
then, use constraints (and possibly uistackview or two) arrange elements relative each other.
Comments
Post a Comment