|
|
|
|
|
by Someone
3752 days ago
|
|
They do, but search and replace, diffing, and copy-paste of multiple elements and their constraints likely (I haven't used Xcode's editor much, certainly not recently) do not work as well as their equivalent in text. And of course, some people find markdown more user-friendly than a visual GUI for more or less the same reasons, so it should not be that surprising to find some people experiment with this. And of course, autolayout has a text-based language of its own (https://developer.apple.com/library/ios/documentation/UserEx...) |
|
in my personal opinion, IB is great for layout of one view or screen, especially with the new IBDesignable and IBInspectable features.
doing app navigation in a storyboard is a terrible idea and will lead to a monolithic storyboard file that is very annoying to work with.