Bogidon / BVViewList

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

DRY violation? #6

Open jai opened 10 years ago

jai commented 10 years ago

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?