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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -