You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.
By using MCSwipeTableViewCell is there a way to animate cell's alpha while swiping from 1.0 to 0.0 and in the same time the sliding view alpha to be from 0.0 to 1.0?
I've managed to animate cell's alpha while swiping from 1.0 to 0.0 by using the method 'didSwipeWithPercentage', but the sliding view is also affected:
cell.alpha = 1.0 + percentage;
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
By using MCSwipeTableViewCell is there a way to animate cell's alpha while swiping from 1.0 to 0.0 and in the same time the sliding view alpha to be from 0.0 to 1.0?
I've managed to animate cell's alpha while swiping from 1.0 to 0.0 by using the method 'didSwipeWithPercentage', but the sliding view is also affected:
cell.alpha = 1.0 + percentage;
Thanks.
The text was updated successfully, but these errors were encountered: