Skip to content

Commit

Permalink
test mod
Browse files Browse the repository at this point in the history
  • Loading branch information
cricketgeek committed Oct 29, 2010
1 parent 588ef2a commit e7754ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SSToolkit/SSMessagesViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil
if (self = [super initWithNibName:nil bundle:nil]) {
self.view.backgroundColor = [UIColor colorWithRed:0.859 green:0.886 blue:0.929 alpha:1.0];

NSLog(@"Init of SSMessagingViewController");
// Table view
_tableView = [[UITableView alloc] initWithFrame:CGRectMake(0.0, 0.0, self.view.frame.size.width, self.view.frame.size.height - kInputHeight) style:UITableViewStylePlain];
_tableView.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
Expand Down

0 comments on commit e7754ac

Please sign in to comment.