- (CGFloat)tableView:(UITableView *)tableView
heightForHeaderInSection:(NSInteger)section
CGFloat UITableViewAutomaticDimension
Automatic Animation Styleide
UITableViewRowAnimationAutomatic
- (void)moveSection:(NSInteger)section toSection:(NSInteger)newSection - (void)insertSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation - (void)deleteSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation - (void)reloadSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation
[self.tableView beginUpdates]; //更新cell位置section位置等等 [self.tableView endUpdates];
- (BOOL)tableView:(UITableView *)tableView shouldShowMenuForRowAtIndexPath:(NSIndexPath *)indexPath - (BOOL)tableView:(UITableView *)tableView canPerformAction:(SEL)action forRowAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender - (void)tableView:(UITableView *)tableView performAction:(SEL)action forRowAtIndexPath:(NSIndexPath *)indexPath withSender:(id)sender
BOOL allowsMultipleSelection
BOOL allowsMultipleSelectionDuringEditing
BOOL allowsSelection
BOOL allowsSelectionDuringEditing
- (NSArray *)indexPathsForSelectedRows
- (NSIndexPath *)indexPathForSelectedRow
UIView *multipleSelectionBackgroundView
UIView *selectedBackgroundView
- (void)registerNib:(UINib *)nib forCellReuseIdentifier:(NSString *)identifier
- (void)scrollViewDidScroll:(UIScrollView *)scrollView
兩倍background大小,animation option: UIViewAnimationOptionRepeat | UIViewAnimationOptionCurveLinearspa