play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

Docs and code confuse "useLayoutBounds" and "useContentBounds" in ScrollView #91

Open thomaslsimpson opened 8 years ago

thomaslsimpson commented 8 years ago

Docs for ScrollView say to use "useLayoutBounds" to let the scrollview automatically figure the bounds. The code sets "useLayoutBounds" in the defaults but then checks for "useContentBounds" when it comes to actually figuring things out.