summaryrefslogtreecommitdiffstats
path: root/Classes/TopicTableViewCell.m
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/TopicTableViewCell.m')
-rw-r--r--Classes/TopicTableViewCell.m19
1 files changed, 19 insertions, 0 deletions
diff --git a/Classes/TopicTableViewCell.m b/Classes/TopicTableViewCell.m
index c2753b6..03d202d 100644
--- a/Classes/TopicTableViewCell.m
+++ b/Classes/TopicTableViewCell.m
@@ -21,9 +21,28 @@
}
// titleLabel.lineBreakMode = UILineBreakModeWordWrap;
// titleLabel.numberOfLines = 0;
+// UIView *backgroundView = [[UIView alloc] initWithFrame:self.frame];
+// backgroundView.backgroundColor = [UIColor whiteColor];
+// self.backgroundView = backgroundView;
+// [backgroundView release];
+
+ //self.contentView.backgroundColor = [UIColor whiteColor];
+ //NSLog(@"where");
return self;
}
+//- (id)initWithFrame:(CGRect)frame reuseIdentifier:(NSString *)reuseIdentifier {
+// [super initWithFrame:frame reuseIdentifier:reuseIdentifier];
+// NSLog(@"here");
+//}
+//- (void)init {
+// [super init];
+// NSLog(@"there");
+// UIView *myBackView = [[UIView alloc] initWithFrame:self.frame];
+// myBackView.backgroundColor = [UIColor whiteColor];
+// self.backgroundView = myBackView;
+//}
+
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[gradient removeFromSuperview];
[super setSelected:selected animated:animated];