Skip to content

Commit

Permalink
图片修改
Browse files Browse the repository at this point in the history
  • Loading branch information
BigShow1949 committed Sep 6, 2016
1 parent 1d3cb8d commit 3c45b48
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,23 @@ - (void)configureCell:(RGCollectionViewCell *)cell withIndexPath:(NSIndexPath *)

switch (indexPath.section) {
case 0:
cell.imageView.image = [UIImage imageNamed:@"i1"];
cell.imageView.image = [UIImage imageNamed:@"i1.png"];
cell.mainLabel.text = @"Glaciers";
break;
case 1:
cell.imageView.image = [UIImage imageNamed:@"i2"];
cell.imageView.image = [UIImage imageNamed:@"i2.png"];
cell.mainLabel.text = @"Parrots";
break;
case 2:
cell.imageView.image = [UIImage imageNamed:@"i3"];
cell.imageView.image = [UIImage imageNamed:@"i3.png"];
cell.mainLabel.text = @"Whales";
break;
case 3:
cell.imageView.image = [UIImage imageNamed:@"i4"];
cell.imageView.image = [UIImage imageNamed:@"i4.png"];
cell.mainLabel.text = @"Lake View";
break;
case 4:
cell.imageView.image = [UIImage imageNamed:@"i5"];
cell.imageView.image = [UIImage imageNamed:@"i5.png"];
break;
default:
break;
Expand Down

0 comments on commit 3c45b48

Please sign in to comment.