Augustyniak / RATreeView

Library providing easy-to-use interface for displaying tree structures on iOS and tvOS.
MIT License
2.49k stars 466 forks source link

expand the cells from the beginning, #221

Open xiaomianbao opened 7 years ago

xiaomianbao commented 7 years ago

Is there any way to expand the cells from the beginning, without crashing due beginUpdate/endUpdates?

zhouhao27 commented 7 years ago

Don't reload the cell which is not visible will prevent from crashing.