BVViewList
BVViewList copied to clipboard
Dynamically add and remove views on a custom subclass of UIScrollView.
The animation when inserting view(s) in a vertical layout is pretty funky. I'll try fixing.
Would be good to add [Calabash](https://github.com/calabash/calabash-ios) for automated testing at some point - I need to get back to practicing, and this example project is simple enough to test easily,...
Was wondering why the init methods use their own code to layout instead of calling the already-present `insertView:atIndex:animated:` and `insertViews:atIndex:animated:` methods?