nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

Documentaton for Alignment and Distribution Values #82

Open primehalo opened 8 years ago

primehalo commented 8 years ago

Would it be possible to add documentation for what the Alignment and Distribution Values mean? The readme file notes the meaning of the Axis value (0 for Horizontal, 1 for Vertical) but doesn't specify anything about the Alignment or Distribution values.

Darthpwner commented 8 years ago

I agree, it is not helpful at all without this information. Also, iOS 9 Stack Views preserve alignment automatically when you drag new elements in. It appears this repo does not have this feature implemented.