marinofaggiana 6 lat temu
rodzic
commit
db0ab9a587

+ 7 - 1
Carthage/Checkouts/CocoaLumberjack/Demos/RegisteredDynamicLogging/Desktop/RegisteredLoggingTest/Lions.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  Lions.h
+//  RegisteredLoggingTest
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface Lions : NSObject
 

+ 7 - 1
Carthage/Checkouts/CocoaLumberjack/Demos/RegisteredDynamicLogging/Desktop/RegisteredLoggingTest/Tigers.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  Tigers.h
+//  RegisteredLoggingTest
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface Tigers : NSObject
 

+ 7 - 1
Carthage/Checkouts/CocoaLumberjack/Demos/RegisteredDynamicLogging/Mobile/RegisteredLoggingTest/Lions.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  Lions.h
+//  RegisteredLoggingTest
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface Lions : NSObject
 

+ 7 - 1
Carthage/Checkouts/CocoaLumberjack/Demos/RegisteredDynamicLogging/Mobile/RegisteredLoggingTest/Tigers.h

@@ -1,5 +1,11 @@
-#import <Foundation/Foundation.h>
+//
+//  Tigers.h
+//  RegisteredLoggingTest
+//
+//  CocoaLumberjack Demos
+//
 
+#import <Foundation/Foundation.h>
 
 @interface Tigers : NSObject
 

+ 3 - 2
iOSClient/Media/NCMedia.swift

@@ -639,13 +639,14 @@ extension NCMedia: UIScrollViewDelegate {
     }
 }
 
-// MARK: Helpers
+// MARK: FastScroll
 
 extension NCMedia {
     
     fileprivate func configFastScroll() {
         
         //bubble
+        collectionView.deactivateBubble = true
         collectionView.bubbleFocus = .dynamic
         collectionView.bubbleTextSize = 14.0
         collectionView.bubbleMarginRight = 50.0
@@ -660,7 +661,7 @@ extension NCMedia {
         
         //scrollbar
         collectionView.scrollbarWidth = 0.0
-        collectionView.scrollbarMarginTop = 20.0
+        collectionView.scrollbarMarginTop = 40.0
         collectionView.scrollbarMarginBottom = 0.0
         collectionView.scrollbarMarginRight = 10.0