|
@@ -4000,7 +4000,7 @@
|
|
|
((CCCellMain *)cell).delegate = self;
|
|
|
|
|
|
// LEFT
|
|
|
- ((CCCellMain *)cell).leftButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"favorite"] multiplier:1 color:[UIColor whiteColor]] backgroundColor:[NCBrandColor sharedInstance].yellowFavorite padding:25]];
|
|
|
+ ((CCCellMain *)cell).leftButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"favorite"] width:50 height:50 color:[UIColor whiteColor]] backgroundColor:[NCBrandColor sharedInstance].yellowFavorite padding:25]];
|
|
|
|
|
|
((CCCellMain *)cell).leftExpansion.buttonIndex = 0;
|
|
|
((CCCellMain *)cell).leftExpansion.fillOnTrigger = NO;
|
|
@@ -4010,7 +4010,7 @@
|
|
|
[favoriteButton centerIconOverText];
|
|
|
|
|
|
// RIGHT
|
|
|
- ((CCCellMain *)cell).rightButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"delete"] multiplier:2 color:[UIColor whiteColor]] backgroundColor:[UIColor redColor] padding:25]];
|
|
|
+ ((CCCellMain *)cell).rightButtons = @[[MGSwipeButton buttonWithTitle:@"" icon:[CCGraphics changeThemingColorImage:[UIImage imageNamed:@"delete"] width:50 height:50 color:[UIColor whiteColor]] backgroundColor:[UIColor redColor] padding:25]];
|
|
|
|
|
|
((CCCellMain *)cell).rightExpansion.buttonIndex = 0;
|
|
|
((CCCellMain *)cell).rightExpansion.fillOnTrigger = NO;
|