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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -