Browse Source

背景图

zwp 6 months ago
parent
commit
e8b69c69cf

+ 0 - 21
BuguLive/Assets.xcassets/03919/mainBg.imageset/Contents.json

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

BIN
BuguLive/Assets.xcassets/03919/mainBg.imageset/背景.png


+ 1 - 1
BuguLive/Class/General/Base/GKDemo/GKBasePageViewController.m

@@ -155,7 +155,7 @@ static NSString *secondHeaderViewIdentifier = @"secondHederview";
 //    titleLabel.font = [UIFont boldSystemFontOfSize:20];
 
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
     _dataArray = [[NSMutableArray alloc]init];

+ 1 - 1
BuguLive/Class/Sections/DT_Controller(动态)/ViewController/DetailsLineViewController.m

@@ -65,7 +65,7 @@ static CGFloat const kBottomHeight = 44;
     [super viewDidLoad];
     
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
     UIView * navView = [[UIView alloc] initWithFrame:CGRectMake(0, StatusBarHeight, SCREEN_WIDTH, NavigationHeight)];

+ 1 - 1
BuguLive/Class/Sections/DT_Controller(动态)/发布/XWPublish/ReleaseDynamicVC.m

@@ -127,7 +127,7 @@ typedef NS_ENUM(NSInteger, BGMediaType)
     [super viewDidLoad];
     
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
     [self initNavView];

+ 1 - 1
BuguLive/Class/Sections/FWFreshMeat/MenuCenter/Dynamic/VideoDynamic/VideoDynamicViewC/VideoDynamicViewC.m

@@ -59,7 +59,7 @@
     self.navigationController.navigationBarHidden = YES;
     
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
     UIView * navView = [[UIView alloc] initWithFrame:CGRectMake(0, StatusBarHeight, SCREEN_WIDTH, NavigationHeight)];

+ 1 - 1
BuguLive/Class/Sections/Game/VC/GameViewController.m

@@ -51,7 +51,7 @@
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, -64, kScreenW, SCREEN_HEIGHT)];
     [topImgView setUserInteractionEnabled:YES];
 //    
-//    topImgView.image = [UIImage imageNamed:@"mainBg"];
+//    topImgView.image = [UIImage imageNamed:@"lg_bg"];
 //    topImgView.contentMode = UIViewContentModeScaleAspectFill;
 ////    [self.view insertSubview:topImgView atIndex:0];
     [self.view addSubview:topImgView];

+ 1 - 1
BuguLive/Class/Sections/Home/V3NewUIController/BogoNewsViewController/BogoNewsViewController.m

@@ -87,7 +87,7 @@
 - (void)viewDidLoad
 {
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
 //    CAGradientLayer *gradientLayer = [CAGradientLayer layer];

+ 1 - 1
BuguLive/Class/Sections/Home/V3NewUIController/BogoSquare(广场)/BogoSquareViewController.m

@@ -37,7 +37,7 @@
     [super viewDidLoad];
     // Do any additional setup after loading the view.
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
     

+ 1 - 1
BuguLive/Class/Sections/Home/V3NewUIController/NewHomeUI/Controller/BogoHomeViewController.m

@@ -54,7 +54,7 @@
     // Do any additional setup after loading the view.
 
     UIImageView *topImgView = [[UIImageView alloc]initWithFrame:CGRectMake(0, 0, kScreenW, SCREEN_HEIGHT)];
-    topImgView.image = [UIImage imageNamed:@"mainBg"];
+    topImgView.image = [UIImage imageNamed:@"lg_bg"];
     [self.view addSubview:topImgView];
     
 //    [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleDefault animated:animated];

+ 7 - 7
BuguLive/Class/Sections/Me/设置(新版)/BogoLogoutTextViewController.xib

@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23727" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
     <device id="retina6_1" orientation="portrait" appearance="light"/>
     <dependencies>
         <deployment identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23721"/>
         <capability name="System colors in document resources" minToolsVersion="11.0"/>
         <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
     </dependencies>
@@ -23,11 +23,11 @@
             <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
             <subviews>
-                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="mainBg" translatesAutoresizingMaskIntoConstraints="NO" id="D2S-TW-U89">
+                <imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="lg_bg" translatesAutoresizingMaskIntoConstraints="NO" id="D2S-TW-U89">
                     <rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
                 </imageView>
                 <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Bje-Cf-wH2">
-                    <rect key="frame" x="12" y="128" width="285.5" height="48"/>
+                    <rect key="frame" x="12" y="128" width="268.5" height="48"/>
                     <string key="text">账号注销后,
 以下信息将会被清空且无法找回</string>
                     <fontDescription key="fontDescription" type="system" weight="medium" pointSize="20"/>
@@ -53,7 +53,7 @@
                             </connections>
                         </button>
                         <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="账户注销" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="1U0-hw-c6N">
-                            <rect key="frame" x="170" y="12" width="74" height="22"/>
+                            <rect key="frame" x="171.5" y="12" width="71.5" height="22"/>
                             <fontDescription key="fontDescription" type="system" weight="medium" pointSize="18"/>
                             <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="calibratedRGB"/>
                             <nil key="highlightedColor"/>
@@ -147,9 +147,9 @@
         </view>
     </objects>
     <resources>
-        <image name="bogo_regiset_normal" width="11" height="11"/>
+        <image name="bogo_regiset_normal" width="16" height="16"/>
         <image name="com_arrow_vc_back" width="12" height="22.5"/>
-        <image name="mainBg" width="375" height="812"/>
+        <image name="lg_bg" width="375" height="812"/>
         <image name="widthBtnBg" width="250" height="45"/>
         <systemColor name="systemBackgroundColor">
             <color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>