marinofaggiana 3 years ago
parent
commit
253432a45c

+ 0 - 4
iOSClient/BackgroundImageColor/NCBackgroundImageColor.storyboard

@@ -25,7 +25,6 @@
                             </label>
                             <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="iU2-DL-ICv">
                                 <rect key="frame" x="0.0" y="53" width="300" height="250"/>
-                                <color key="backgroundColor" systemColor="systemBackgroundColor"/>
                                 <constraints>
                                     <constraint firstAttribute="height" constant="250" id="v0B-oB-eD3"/>
                                 </constraints>
@@ -107,9 +106,6 @@
         </scene>
     </scenes>
     <resources>
-        <systemColor name="systemBackgroundColor">
-            <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
-        </systemColor>
         <systemColor name="systemBlueColor">
             <color red="0.0" green="0.47843137254901963" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
         </systemColor>

+ 1 - 1
iOSClient/BackgroundImageColor/NCBackgroundImageColor.swift

@@ -111,7 +111,7 @@ class NCBackgroundImageColor: UIViewController {
     
     private func setupColorPickerHandles() {
       
-        let peachColor = collectionViewCommon?.collectionView.backgroundColor //UIColor(red: 1, green: 203 / 255, blue: 164 / 255, alpha: 1)
+        let peachColor = collectionViewCommon?.collectionView.backgroundColor
         colorPicker.addHandle(at: peachColor)
     }
 }