UITableViewRowAnimation枚举动画样式: 附演示Demo
github.com/CoderAndCat/CellAnimation
UITableViewRowAnimationFade, 淡入或淡出
UITableViewRowAnimationRight, 从右侧滑入或滑出
UITableViewRowAnimationLeft,从左侧滑入或滑出
UITableViewRowAnimationTop, 从顶部滑入或滑出
UITableViewRowAnimationBottom, 从底部滑入或滑出
UITableViewRowAnimationNone, 使用默认动画,上部或下部cell,上下移动覆盖掉要删除的cell
UITableViewRowAnimationMiddle,
UITableViewRowAnimationAutomatic =100