فهرست منبع

De-uglify dropbox menu item

Felix Paul Kühne 12 سال پیش
والد
کامیت
c0138a08f1
3فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      AspenProject/VLCMenuTableViewController.m
  2. BIN
      Resources/dropboxLabel.png
  3. BIN
      Resources/dropboxLabel@2x.png

+ 2 - 2
AspenProject/VLCMenuTableViewController.m

@@ -163,8 +163,8 @@
     }
     }
 
 
     if ([title isEqualToString:@"Dropbox"]) {
     if ([title isEqualToString:@"Dropbox"]) {
-        [[(GHMenuCell*)cell titleImageView] setImage: [UIImage imageNamed:@"dropboxLabel"]];
-        cell.textLabel.text = @"";
+        cell.imageView.image = [UIImage imageNamed:@"dropboxLabel"];
+        cell.textLabel.text = title;
     } else if ([title isEqualToString:@"WiFi Upload"]) {
     } else if ([title isEqualToString:@"WiFi Upload"]) {
         _uploadLocationLabel = [(VLCWiFiUploadTableViewCell*)cell uploadAddressLabel];
         _uploadLocationLabel = [(VLCWiFiUploadTableViewCell*)cell uploadAddressLabel];
         _uploadSwitch = [(VLCWiFiUploadTableViewCell*)cell serverOnSwitch];
         _uploadSwitch = [(VLCWiFiUploadTableViewCell*)cell serverOnSwitch];

BIN
Resources/dropboxLabel.png


BIN
Resources/dropboxLabel@2x.png