nsomar / OAStackView

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

Remove subviews override for proxy #89

Closed joemasilotti closed 8 years ago

joemasilotti commented 8 years ago

This can cause issues when you embed the proxy with auto layout. Direct access to the actual subviews can be achieved via arrangedSubviews.

nsomar commented 8 years ago

Cool!