autolayout - Constraints in iOS development -


is right choice start developing xcode without add constraints , developing unique device (for example iphone 7) running own simulator; , when application finished adding constraints other devices?

depends want do:

  1. it right choice when want test idea or test network layer of app , don't care ui.
  2. it bad choice if writing production code delivered on appstore , plan fix later. "fix later" might annoying task , don't want create more annoying work yourself.

Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -