Does any one know how long the animation
- (void)setEditing:(BOOL)editing animated:(BOOL)animated;
in the UITableViewCell
takes? I´m testing with 0.5 seconds but i´d rather like to use a constant from the Framework somthing like UITableViewCellEditingAnimationDuration
In version 4.3.5 is 0.3 seconds
From UIView.h
+ (void)setAnimationDuration:(NSTimeInterval)duration; // default = 0.2
and I found 0.2 s indeed seemed to match things pretty well.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With