File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7777// / Insert section/row animation. By default `UITableViewRowAnimationAutomatic`.
7878@property (nonatomic ) UITableViewRowAnimation insertAnimation;
7979
80- // / Insert section/row animation. By default `UITableViewRowAnimationAutomatic `.
80+ // / Insert section/row animation. By default `UITableViewRowAnimationFade `.
8181@property (nonatomic ) UITableViewRowAnimation removeAnimation;
8282
8383// / Execute a block while temporarily overriding reload, insert and remove animations.
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ - (void)awakeFromNib
3737
3838 self.reloadAnimation = UITableViewRowAnimationNone;
3939 self.insertAnimation = UITableViewRowAnimationAutomatic;
40- self.removeAnimation = UITableViewRowAnimationAutomatic ;
40+ self.removeAnimation = UITableViewRowAnimationFade ;
4141}
4242
4343- (NSString *)description
You can’t perform that action at this time.
0 commit comments