Ver código fonte

删除了启动图片

南鑫林 5 anos atrás
pai
commit
b8cfdab666

+ 1 - 1
RainbowPlanet/RainbowPlanet/AppDelegate/AppDelegate+Window.swift

@@ -109,7 +109,7 @@ extension AppDelegate {
     func setNavBarAppearence() {
         WRNavigationBar.defaultStatusBarStyle = .lightContent
         WRNavigationBar.defaultShadowImageHidden = true
-        WRNavigationBar.defaultNavBarBarTintColor = kThemeColor
+//        WRNavigationBar.defaultNavBarBarTintColor = kThemeColor
         WRNavigationBar.defaultNavBarTitleColor = UIColor.white
         WRNavigationBar.defaultNavBarTintColor = UIColor.white
         WRNavigationBar.defaultNavBarBackgroundImage = UIImage.imageWithColor(color: kThemeColor)

+ 1 - 1
RainbowPlanet/RainbowPlanet/Manager/ATAuthSDKManager/ATAuthSDKManager.swift

@@ -52,7 +52,7 @@ class ATAuthSDKManager: NSObject {
                 modelNew.privacyOne = ["由你用户协议",kH5ContentId6Url];
                 modelNew.privacyTwo = ["隐私条款",kH5ContentId11Url];
                 modelNew.checkBoxIsChecked = true
-                modelNew.privacyBottomOffetY = 46.5
+                modelNew.privacyBottomOffetY = 46.5 - kSafeTabBarHeight
                 modelNew.privacyColors = [kbbbbbbColor,k333333Color];
                 
                 

+ 0 - 22
RainbowPlanet/RainbowPlanet/Supporting Files/Assets.xcassets/default_image.imageset/Contents.json

@@ -1,22 +0,0 @@
-{
-  "images" : [
-    {
-      "idiom" : "universal",
-      "scale" : "1x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "default_image@2x.png",
-      "scale" : "2x"
-    },
-    {
-      "idiom" : "universal",
-      "filename" : "default_image@3x.png",
-      "scale" : "3x"
-    }
-  ],
-  "info" : {
-    "version" : 1,
-    "author" : "xcode"
-  }
-}

BIN
RainbowPlanet/RainbowPlanet/Supporting Files/Assets.xcassets/default_image.imageset/default_image@2x.png


BIN
RainbowPlanet/RainbowPlanet/Supporting Files/Assets.xcassets/default_image.imageset/default_image@3x.png


+ 3 - 11
RainbowPlanet/RainbowPlanet/Supporting Files/LaunchScreen.storyboard

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
-    <device id="retina6_1" orientation="portrait">
+    <device id="retina4_7" orientation="portrait">
         <adaptation id="fullscreen"/>
     </device>
     <dependencies>
@@ -15,27 +15,20 @@
             <objects>
                 <viewController storyboardIdentifier="launch" id="01J-lp-oVM" sceneMemberID="viewController">
                     <view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
-                        <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
+                        <rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
                         <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
                         <subviews>
                             <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="default_logo" translatesAutoresizingMaskIntoConstraints="NO" id="xvS-ua-mvp">
-                                <rect key="frame" x="127.5" y="769.5" width="159" height="83"/>
+                                <rect key="frame" x="108" y="540.5" width="159" height="83"/>
                                 <constraints>
                                     <constraint firstAttribute="width" constant="159" id="Vfh-8p-ezm"/>
                                     <constraint firstAttribute="height" constant="83" id="ZXR-zb-Khl"/>
                                 </constraints>
                             </imageView>
-                            <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="default_image" translatesAutoresizingMaskIntoConstraints="NO" id="Xs9-Fh-gue">
-                                <rect key="frame" x="0.0" y="0.0" width="414" height="729.5"/>
-                            </imageView>
                         </subviews>
                         <color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
                         <constraints>
-                            <constraint firstItem="Xs9-Fh-gue" firstAttribute="top" secondItem="Ze5-6b-2t3" secondAttribute="top" id="JQM-q6-83l"/>
                             <constraint firstAttribute="bottom" secondItem="xvS-ua-mvp" secondAttribute="bottom" constant="43.5" id="LVc-ds-8um"/>
-                            <constraint firstItem="xvS-ua-mvp" firstAttribute="top" secondItem="Xs9-Fh-gue" secondAttribute="bottom" constant="40" id="R6G-De-gmH"/>
-                            <constraint firstItem="NPT-cs-gRi" firstAttribute="trailing" secondItem="Xs9-Fh-gue" secondAttribute="trailing" id="Wef-6o-DY0"/>
-                            <constraint firstItem="Xs9-Fh-gue" firstAttribute="leading" secondItem="NPT-cs-gRi" secondAttribute="leading" id="opp-10-bCJ"/>
                             <constraint firstItem="xvS-ua-mvp" firstAttribute="centerX" secondItem="NPT-cs-gRi" secondAttribute="centerX" id="sS8-sQ-56x"/>
                         </constraints>
                         <viewLayoutGuide key="safeArea" id="NPT-cs-gRi"/>
@@ -47,7 +40,6 @@
         </scene>
     </scenes>
     <resources>
-        <image name="default_image" width="375" height="500"/>
         <image name="default_logo" width="158" height="83"/>
     </resources>
 </document>