Skip to content

Commit

Permalink
Revert part of d1c81b4
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Sep 21, 2013
1 parent d1c81b4 commit 699af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI7Kit/UI7TableView.m
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ - (id)initWithCoder:(NSCoder *)aDecoder {
UIColor *color = [aDecoder decodeObjectForKey:@"UIBackgroundColor"];
if (color == UI7TableViewGroupedViewPatternColor) {
if (![NSStringFromClass([self class]) hasPrefix:@"AB"]) {
return;
self.backgroundColor = [UI7Color groupedTableViewSectionBackgroundColor];
}
}
}
Expand Down

0 comments on commit 699af70

Please sign in to comment.