From 64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4 Mon Sep 17 00:00:00 2001 From: matt handler Date: Thu, 21 Apr 2011 19:19:57 -0400 Subject: add titlebar image, loading image, loading fade, sources edit page has onoff switch but needs it to work better, drawRect override for navigationbar --- Classes/TopicTableViewCell.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Classes/TopicTableViewCell.m') diff --git a/Classes/TopicTableViewCell.m b/Classes/TopicTableViewCell.m index a933c7d..4893ff4 100644 --- a/Classes/TopicTableViewCell.m +++ b/Classes/TopicTableViewCell.m @@ -11,7 +11,7 @@ @implementation TopicTableViewCell -@synthesize useDarkBackground, title, iconUrl, picCount, gradient; // titleLabel, icon +@synthesize useDarkBackground, title, iconUrl, picCount, picCountLabel, gradient; // titleLabel, icon - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier { -- cgit v1.2.3