Rightpoint / Eject

An eject button for Interface Builder to generate swift code
MIT License
523 stars 24 forks source link

UIStackView may out of order #35

Closed mergesort closed 7 years ago

mergesort commented 7 years ago

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.

KingOfBrian commented 7 years ago

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.