Bogidon / BVViewList

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

Fix for Inserting multiple views breaks scrolling (https://github.com/Bogidon/BVViewList/issues/9) #11

Closed jai closed 10 years ago

jai commented 10 years ago

Hey - so check out my comments in the original issue - let me know if this is the case that breaks it.

Bogidon commented 10 years ago

@jai sorry I've been away a bit. I'll review your commits when I get back tonight!

On Jun 21, 2014, at 7:20 AM, Jai Govindani notifications@github.com wrote:

Hey - so check out my comments in the original issue - let me know if this is the case that breaks it.

You can merge this Pull Request by running

git pull https://github.com/jai/BVViewList master Or view, comment on, or merge it at:

https://github.com/Bogidon/BVViewList/pull/11

Commit Summary

Add option in code to add multiple views in Example project Possible fix for https://github.com/Bogidon/BVViewList/issues/9 File Changes

M Example/BVViewListExample/BVViewController.m (18) M Example/BVViewListExample/Base.lproj/Main.storyboard (8) Patch Links:

https://github.com/Bogidon/BVViewList/pull/11.patch https://github.com/Bogidon/BVViewList/pull/11.diff — Reply to this email directly or view it on GitHub.

jai commented 10 years ago

@Bogidon no worries. This PR also includes https://github.com/jai/BVViewList/commit/ea7649214408149e66f1bea5636b30eed1854c04 which is meant to fix the Horizontal layout constraint errors issue