Skip to content

Commit

Permalink
Merge pull request #89 from wordpress-mobile/issue/88-tableviewcell-t…
Browse files Browse the repository at this point in the history
…intcolor

Add tint color to table view cell image views
  • Loading branch information
astralbodies committed Apr 8, 2016
2 parents 492eb96 + 90f3e20 commit 9ea2048
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions WordPress-iOS-Shared-Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ PODS:
- CocoaLumberjack/Core
- CocoaLumberjack/Extensions (2.2.0):
- CocoaLumberjack/Default
- WordPress-iOS-Shared (0.5.2):
- WordPress-iOS-Shared (0.5.3):
- AFNetworking (~> 2.5)
- CocoaLumberjack (~> 2.2.0)

Expand All @@ -37,11 +37,11 @@ DEPENDENCIES:

EXTERNAL SOURCES:
WordPress-iOS-Shared:
:path: "../"
:path: ../

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0
WordPress-iOS-Shared: af84c229bd1cb0206f6015fd8fec9e262a88c780
WordPress-iOS-Shared: 43f55f24f0685e431167084071b7914d7c7134a8

COCOAPODS: 0.39.0
2 changes: 2 additions & 0 deletions WordPress-iOS-Shared/Core/WPStyleGuide.m
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,8 @@ + (void)configureTableViewCell:(UITableViewCell *)cell

cell.textLabel.textColor = [self darkGrey];
cell.detailTextLabel.textColor = [self grey];

cell.imageView.tintColor = [self greyLighten10];
}

+ (void)configureTableViewSmallSubtitleCell:(UITableViewCell *)cell
Expand Down

0 comments on commit 9ea2048

Please sign in to comment.