You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2019. It is now read-only.
Both rows and sections have animated deletes/inserts/updates. At the moment this is hardcoded to UITableViewRowAnimationFade for rows, UITableViewRowAnimationAutomatic for sections.
It'd be nice to override these through some properties like rowAnimation and sectionAnimation on the view controller.