nsomar / OAStackView

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

implementing OAStackViewProxy in Objective-C rather than Swift #101

Closed paleozogt closed 7 years ago

paleozogt commented 7 years ago

This fixes issue #100 but keeps the intent behind OAStackViewProxy. Also adds an additional tab to the demo app to show the three ways of using it (OAStackView, UIStackView, OAStackViewProxy) with some additional NSLogging to show what's going on.

nsomar commented 7 years ago

Looking Cool!