Bläddra i källkod

dropbox: improve icon drawing behavior

Felix Paul Kühne 12 år sedan
förälder
incheckning
043375b745
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      AspenProject/VLCDropboxTableViewController.m

+ 1 - 0
AspenProject/VLCDropboxTableViewController.m

@@ -59,6 +59,7 @@
     self.navigationItem.leftBarButtonItem = _backButton;
 
     self.navigationItem.titleView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"dropbox-white"]];
+    self.navigationItem.titleView.contentMode = UIViewContentModeScaleAspectFit;
 
     self.tableView.rowHeight = [VLCDropboxTableViewCell heightOfCell];
     self.tableView.separatorColor = [UIColor colorWithWhite:.2 alpha:1.];