UIStackView is not always generating code in an order that is the same as represented in Interface Builder, causing some views to be misplaced after running through Eject.
Fixed the ordering. I had added some logic to attempt to be smart about the command ordering, and forgot that this could be a side effect! Website to be updated soon.
UIStackView is not always generating code in an order that is the same as represented in Interface Builder, causing some views to be misplaced after running through Eject.