|
|
|
|
|
by matchbok
2784 days ago
|
|
Agreed... I'd much prefer a declarative layout language though. With complex layouts, it's hard to debug AL if you aren't the one who built it. Even stackviews, which was Apple admitting that simple layouts are too verbose to do with AL, are a mess. |
|
Last problem is that everything in Interface Builder still lives apart from the code. I think in Android everything gets compiled and is safe to use from there, with IBOutlets you're always either taking the risk (!) or dealing with optionals everywhere (?)