summaryrefslogtreecommitdiff
path: root/Juick/MessagesViewController.m
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-15 00:54:41 +0300
committerGravatar Vitaly Takmazov2016-08-15 00:54:41 +0300
commita778c55cd848b0d0d452a20e8eaf6a477c068ca3 (patch)
tree4806924f036eff97cbbd623c23234aea68afc80e /Juick/MessagesViewController.m
parentc2a3fddc05e971351f919b1490869cb11e78ee30 (diff)
colors
Diffstat (limited to 'Juick/MessagesViewController.m')
-rw-r--r--Juick/MessagesViewController.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Juick/MessagesViewController.m b/Juick/MessagesViewController.m
index 24b8185..fe2c14d 100644
--- a/Juick/MessagesViewController.m
+++ b/Juick/MessagesViewController.m
@@ -72,9 +72,6 @@ static NSString *CellIdentifier = @"MessageCell";
// TODO: add to thread view too
[self.view addGestureRecognizer:[revealController panGestureRecognizer]];
}
- if (NSFoundationVersionNumber <= NSFoundationVersionNumber_iOS_6_1) {
- self.navigationController.navigationBar.tintColor = [ColorScheme navbarBackground];
- }
[self.tableView registerNib:[UINib nibWithNibName:@"MessageCell" bundle:nil] forCellReuseIdentifier:CellIdentifier];
self.tableView.rowHeight = UITableViewAutomaticDimension;