diff options
Diffstat (limited to 'Juick/MessageCell.m')
-rw-r--r-- | Juick/MessageCell.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/MessageCell.m b/Juick/MessageCell.m index 04a08b3..d396181 100644 --- a/Juick/MessageCell.m +++ b/Juick/MessageCell.m @@ -24,6 +24,7 @@ self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]; if (self) { [self.contentView setBackgroundColor:[UIColor whiteColor]]; + self.contentView.bounds = CGRectMake(0, 0, 320, 999); self.avatar = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 32, 32)]; [self.avatar setBackgroundColor:[UIColor clearColor]]; |