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:
- it right choice when want test idea or test network layer of app , don't care ui.
- 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
Post a Comment