ios - swift login form not corresponding with background -


i developing app , working on login page , cannot textfields , buttons line backgrounds. app uses portrait view.

iphone 7s plus

if there more questions ask me , can answer those.

login page without buttons or textfields

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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -