Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <ios@nextcloud.com>2022-08-06 14:29:36 +0300
committermarinofaggiana <ios@nextcloud.com>2022-08-06 14:29:36 +0300
commit6f00eea5ad212337a79d66bab035ffef31178f72 (patch)
tree436ac5663edb1013527b7b16a7832db7e97654ee
parent1120859a6b4a4b9ef20490540760c853cc9de418 (diff)
Clean code
Signed-off-by: marinofaggiana <ios@nextcloud.com>
-rw-r--r--iOSClient/NCGlobal.swift3
1 files changed, 3 insertions, 0 deletions
diff --git a/iOSClient/NCGlobal.swift b/iOSClient/NCGlobal.swift
index f39ccc96c..e95fa4b20 100644
--- a/iOSClient/NCGlobal.swift
+++ b/iOSClient/NCGlobal.swift
@@ -180,6 +180,7 @@ class NCGlobal: NSObject {
let buttonMoreLock = "moreLock"
// Standard height sections header/footer
+ //
let heightButtonsCommand: CGFloat = 50
let heightButtonsView: CGFloat = 50
let heightSection: CGFloat = 30
@@ -369,6 +370,8 @@ class NCGlobal: NSObject {
let notificationCenterPlayMedia = "playMedia"
let notificationCenterPauseMedia = "pauseMedia"
+ // TIP
+ //
let tipNCViewerPDFThumbnail = "tipncviewerpdfthumbnail"
let tipNCCollectionViewCommonAccountRequest = "tipnccollectionviewcommonaccountrequest"
let tipNCScanAddImage = "tipncscanaddimage"