summaryrefslogtreecommitdiffstats
path: root/Classes/TopicTableViewCell.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-21 19:19:57 -0400
committermatt handler <matt.handler@gmail.com>2011-04-21 19:19:57 -0400
commit64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4 (patch)
treecd4e2a3ba3ca2cf6543315ebb0ccb1ab6ae5b0ea /Classes/TopicTableViewCell.m
parente5a5bc8a1edc90cf0b200956f6a3f7712766d1d6 (diff)
downloadpiccast-app-64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4.tar.gz
piccast-app-64e9e2e8d01ec34e5d7a2c1cb11d3780408403c4.zip
add titlebar image, loading image, loading fade, sources edit page has onoff switch but needs it to work better, drawRect override for navigationbar
Diffstat (limited to 'Classes/TopicTableViewCell.m')
-rw-r--r--Classes/TopicTableViewCell.m2
1 files changed, 1 insertions, 1 deletions
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 {