|
|
|
|
|
by matchbok
2777 days ago
|
|
Pretty cool. All of the layout options for iOS are pretty subpar (coming from a web/android background): IB/storyboard are trash (WYSIWYG is so 90s and dragging and poking around a huge visual editor is a huge time sink) AutoLayout is verbose and complex, even with helper libraries. It'd be super cool if we could use something like XML with Lima. |
|
I don't think they can get much shorter than this:
And honestly the stuff I needed to do to get CSS working let alone cross-browser until very recently was really not as consistent, clean or predictable as auto layouts. I think you just got used to the suffering.The only thing I really like about CSS is the arbitrary lines you can draw in the sand like "if it gets over 1000px wide then move the menu to the right".