Bogidon / BVViewList

Dynamically add and remove views on a custom subclass of UIScrollView.
MIT License
6 stars 1 forks source link

Add support for horizontal scrolling, migrate Autolayout code to Masonry #5

Closed jai closed 10 years ago

jai commented 10 years ago

Hey - haven't had a chance to test comprehensively but seems good to go. I haven't tested the init methods though - which leads to another issue I'm about to open (UPDATE: just opened https://github.com/Bogidon/BVViewList/issues/6)

carsonxyz commented 10 years ago

Amazing! Thank you for adding this.

jai commented 10 years ago

@carsonperrotti it's just a first cut, could do with some extensive testing, namely the init methods (or maybe not, depending how this issue goes)

jai commented 10 years ago

@Bogidon I apologize in advance for this commit: https://github.com/jai/BVViewList/commit/f5e50f86b2168a6f517380011166946c0803fbba

I didn't realize my code uncrustifier would do that - hard to tell actual code changes, my bad!