Marino Faggiana 8 年之前
父節點
當前提交
f7774e0694
共有 3 個文件被更改,包括 13 次插入5 次删除
  1. 2 2
      iOSClient/AppDelegate.m
  2. 11 1
      iOSClient/Create/CCCreateCloud.swift
  3. 0 2
      iOSClient/Utility/CCUtility.h

+ 2 - 2
iOSClient/AppDelegate.m

@@ -809,9 +809,9 @@
 
 
 - (void)handleTouchTabbarCenter:(id)sender
 - (void)handleTouchTabbarCenter:(id)sender
 {
 {
-    CreateMenu *menu = [[CreateMenu alloc] init];
+    CreateMenuAdd *menuAdd = [[CreateMenuAdd alloc] init];
     
     
-    [menu createMenuPlainWithView:self.window.rootViewController.view];
+    [menuAdd createMenuPlainWithView:self.window.rootViewController.view];
 }
 }
 
 
 - (void)updateApplicationIconBadgeNumber
 - (void)updateApplicationIconBadgeNumber

+ 11 - 1
iOSClient/Create/CCCreateCloud.swift

@@ -23,7 +23,9 @@
 
 
 import Foundation
 import Foundation
 
 
-class CreateMenu: NSObject {
+// MARK: - CreateMenuAdd
+
+class CreateMenuAdd: NSObject {
     
     
     let fontButton = [NSFontAttributeName:UIFont(name: "HelveticaNeue", size: 14)!, NSForegroundColorAttributeName:UIColor(colorLiteralRed: 65.0/255.0, green: 64.0/255.0, blue: 66.0/255.0, alpha: 1.0)]
     let fontButton = [NSFontAttributeName:UIFont(name: "HelveticaNeue", size: 14)!, NSForegroundColorAttributeName:UIColor(colorLiteralRed: 65.0/255.0, green: 64.0/255.0, blue: 66.0/255.0, alpha: 1.0)]
     let fontEncrypted = [NSFontAttributeName:UIFont(name: "HelveticaNeue", size: 14)!, NSForegroundColorAttributeName:UIColor(colorLiteralRed: 241.0/255.0, green: 90.0/255.0, blue: 34.0/255.0, alpha: 1.0)]
     let fontEncrypted = [NSFontAttributeName:UIFont(name: "HelveticaNeue", size: 14)!, NSForegroundColorAttributeName:UIColor(colorLiteralRed: 241.0/255.0, green: 90.0/255.0, blue: 34.0/255.0, alpha: 1.0)]
@@ -175,3 +177,11 @@ class CreateMenu: NSObject {
     }
     }
 
 
 }
 }
+
+// MARK: - CreateFormUpload
+
+class CreateFormUpload: XLFormViewController {
+    
+}
+
+

+ 0 - 2
iOSClient/Utility/CCUtility.h

@@ -155,8 +155,6 @@
 
 
 + (NSString *)localizableBrand:(NSString *)localize table:(NSString *)table;
 + (NSString *)localizableBrand:(NSString *)localize table:(NSString *)table;
 
 
-
-
 // ===== CCMetadata =====
 // ===== CCMetadata =====
 
 
 #ifdef CC
 #ifdef CC