-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAStackView #2
Comments
To be honest, I didn't know about OAStackView, but now that I do I can give you a comparison. My implementation aims to do the same as OAStackView, but my implementation: - supports all distributions
The only benefit of OAStackView is that it supports iOS 6 because it's written in obj c. Apart from that, no benefits compared to mine. |
Your drop in replacement feature is the most important feature. |
I tried using OAStackView and I was running into bugs with it its intrinsic content size. Also, it seems to use auto-layout under-the-hood which seems a bit silly to me; TZStackView seems to be doing more direct layout. I ended up using TZStackView in my project. I'm using TZStackView from Objective-C btw. |
TZStackView also uses auto layout, but instead it mimics the constraints EXACTLY of the official UIStackView in iOS 9. The reason OAStackView is buggy is because it does not, instead it tried to reinvent the wheel. |
I was wondering what the difference was between this control:
https://github.com/oarrabi/OAStackView
The text was updated successfully, but these errors were encountered: