From c0a5f540950dcf34eb08dc990ec753df6ae98ede Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 8 Jan 2014 22:52:00 +0400 Subject: Finally fix constraints in MessageCell --- Juick/MessageCell.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Juick') 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]]; -- cgit v1.2.3