Enumeration: UITableViewRowAnimation
Overview
The type of animation when rows are inserted or deleted.
Constant Summary
- UITableViewRowAnimationFade
The inserted or deleted row or rows fades into or out of the table view.available in ios 2.0 and later.declared in uitableview.h.
- UITableViewRowAnimationRight
The inserted row or rows slides in from the right; the deleted row or rows slides out to the right. available in ios 2.0 and later.declared in uitableview.h.
- UITableViewRowAnimationLeft
The inserted row or rows slides in from the left; the deleted row or rows slides out to the left. available in ios 2.0 and later.declared in uitableview.h.
- UITableViewRowAnimationTop
The inserted row or rows slides in from the top; the deleted row or rows slides out toward the top. available in ios 2.0 and later.declared in uitableview.h.
- UITableViewRowAnimationBottom
The inserted row or rows slides in from the bottom; the deleted row or rows slides out toward the bottom. available in ios 2.0 and later.declared in uitableview.h.
- UITableViewRowAnimationNone
No animation is performed. the new cell value appears as if the cell had just been reloaded.available in ios 3.0 and later.declared in uitableview.h.
- UITableViewRowAnimationMiddle
The table view attempts to keep the old and new cells centered in the space they did or will occupy. available in iphone 3.2. available in ios 3.2 and later.declared in uitableview.h.
- UITableViewRowAnimationAutomatic
The table view chooses an appropriate animation style for you. (introduced in ios 5.0.) available in ios 5.0 and later.declared in uitableview.h.