BVViewList icon indicating copy to clipboard operation
BVViewList copied to clipboard

Dynamically add and remove views on a custom subclass of UIScrollView.

Results 3 BVViewList issues
Sort by recently updated
recently updated
newest added

The animation when inserting view(s) in a vertical layout is pretty funky. I'll try fixing.

bug

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?