Skip to content

Commit

Permalink
Constraint fixed for iPhone
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinchhajer1 committed Jan 5, 2015
1 parent 8481171 commit 5331e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Classes/UI/HSIssueDetailViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ - (void)viewDidLoad
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillHide:) name:UIKeyboardWillHideNotification object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardFrameWillChange:) name:UIKeyboardWillChangeFrameNotification object:nil];

self.bottomMessageView.translatesAutoresizingMaskIntoConstraints = YES;

self.bubbleWidth = 240.0;

self.chatTableView.backgroundColor = [UIColor clearColor];
Expand Down

0 comments on commit 5331e09

Please sign in to comment.