-
Notifications
You must be signed in to change notification settings - Fork 191
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
Adds OAStackViewProxy to support native UIStackView in iOS 9 #32
Conversation
For now, it only supports it in code
As mentioned in #2 - I preferred to do the UIView approach. All properties needed to be declared and the setters pass the property to the correct stack view (native or backwards compatible). |
And bear in mind it doesn't support interface builder yet. |
That is a nice approach, Thanks! |
Hey Omar! I'll try to add it soon. |
Please also don't forget to rebase since I fixed the test failing issue in iOS7. Again wonderful addition, I think we can expand on it to have a seamless iOS 9 integration :) |
Hey, Any updates on this, I can add the tests and rebase in the weekend if you want. |
Hey Omar! I tried to rebase a few days ago, but had some problems (did you change the file tree?). If you could do it, that would be awesome. |
Sure I will do that no problem! Thanks for the great addition btw! |
@natanrolnik maybe you'll suggest me how to use native NSLayoutAnchor API category if API is available? https://github.com/k06a/MissingAnchors/blob/master/Pod/Classes/ABLayoutAnchor/UIView%2BABLayoutAnchor.m |
Hm, interesting... I will try to take a look. |
Closing as #87 was merged already |
For now, it only supports it in code