13

有谁知道动画多长时间

- (void)setEditing:(BOOL)editing animated:(BOOL)animated;

UITableViewCell需要吗?我正在用 0.5 秒进行测试,但我宁愿使用框架中的常量,例如UITableViewCellEditingAnimationDuration

4

2 回答 2

10

在 4.3.5 版本中是 0.3 秒

于 2011-07-30T16:56:23.607 回答
4

来自 UIView.h

+ (void)setAnimationDuration:(NSTimeInterval)duration;              // default = 0.2

我发现 0.2 s 确实看起来很匹配。

于 2011-07-06T23:44:59.747 回答