Update removeClippedSubviews default value

Update removeClippedSubviews default value
This commit is contained in:
sunnylqm 2015-11-24 10:29:38 +08:00
parent 26946e07f1
commit d5678e95e1
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ should continue to render rows.
"When true, offscreen child views (whose `overflow` value is `hidden`)
are removed from their native backing superview when offscreen. This
can improve scrolling performance on long lists. The default value is
false."
`true`."(note:before version 0.14-rc, the default value is `false`).
This is an extremely important optimization to apply on large ListViews.
On Android the `overflow` value is always `hidden` so you don't need to