Skip to content

Commit

Permalink
Fix testapp bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Sep 25, 2013
1 parent 96124b9 commit 39f14d3
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 418 deletions.
2 changes: 1 addition & 1 deletion UI7KitCatalog/UICGlobalSettingsViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ - (void)viewDidAppear:(BOOL)animated {

UIImage *image = self.tintColorCell.imageView.image;
if (image == nil) {
image = [UIImage imageNamed:@"UI7TabBarItemFavoriteSelected"];
image = [UIImage imageNamed:@"UITabBarFavoritesTemplateSelected"];
}
self.tintColorCell.imageView.image = [image imageByFilledWithColor:self.view.tintColor];
}
Expand Down
Loading

0 comments on commit 39f14d3

Please sign in to comment.