Marino Faggiana 8 anos atrás
pai
commit
f7774e0694

+ 2 - 2
iOSClient/AppDelegate.m

@@ -809,9 +809,9 @@
 
 - (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

+ 11 - 1
iOSClient/Create/CCCreateCloud.swift

@@ -23,7 +23,9 @@
 
 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 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;
 
-
-
 // ===== CCMetadata =====
 
 #ifdef CC