@@ -38,23 +38,23 @@ In your `tableView:cellForRowAtIndexPath:` method you set up the SWTableView cel
3838 NSMutableArray *rightUtilityButtons = [NSMutableArray new];
3939
4040 [leftUtilityButtons addUtilityButtonWithColor:
41- [UIColor colorWithRed:0.07 green:0.75f blue:0.16f alpha:1.0]
42- icon:[UIImage imageNamed:@"check.png"]];
41+ [UIColor colorWithRed:0.07 green:0.75f blue:0.16f alpha:1.0]
42+ icon:[UIImage imageNamed:@"check.png"]];
4343 [leftUtilityButtons addUtilityButtonWithColor:
44- [UIColor colorWithRed:1.0f green:1.0f blue:0.35f alpha:1.0]
45- icon:[UIImage imageNamed:@"clock.png"]];
44+ [UIColor colorWithRed:1.0f green:1.0f blue:0.35f alpha:1.0]
45+ icon:[UIImage imageNamed:@"clock.png"]];
4646 [leftUtilityButtons addUtilityButtonWithColor:
47- [UIColor colorWithRed:1.0f green:0.231f blue:0.188f alpha:1.0]
48- icon:[UIImage imageNamed:@"cross.png"]];
47+ [UIColor colorWithRed:1.0f green:0.231f blue:0.188f alpha:1.0]
48+ icon:[UIImage imageNamed:@"cross.png"]];
4949 [leftUtilityButtons addUtilityButtonWithColor:
50- [UIColor colorWithRed:0.55f green:0.27f blue:0.07f alpha:1.0]
51- icon:[UIImage imageNamed:@"list.png"]];
50+ [UIColor colorWithRed:0.55f green:0.27f blue:0.07f alpha:1.0]
51+ icon:[UIImage imageNamed:@"list.png"]];
5252
5353 [rightUtilityButtons addUtilityButtonWithColor:
54- [UIColor colorWithRed:0.78f green:0.78f blue:0.8f alpha:1.0]
55- title:@"More"];
54+ [UIColor colorWithRed:0.78f green:0.78f blue:0.8f alpha:1.0]
55+ title:@"More"];
5656 [rightUtilityButtons addUtilityButtonWithColor:
57- [UIColor colorWithRed:1.0f green:0.231f blue:0.188 alpha:1.0f]
57+ [UIColor colorWithRed:1.0f green:0.231f blue:0.188 alpha:1.0f]
5858 title:@"Delete"];
5959
6060 cell = [[SWTableViewCell alloc] initWithStyle:UITableViewCellStyleSubtitle
0 commit comments